feat: add default number of monitors
This commit is contained in:
parent
44ad6f3740
commit
ed55de80b1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, lib, ... }: {
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -9,4 +9,6 @@
|
||||||
|
|
||||||
blugon
|
blugon
|
||||||
];
|
];
|
||||||
|
|
||||||
|
info.monitors = lib.mkDefault 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue