Modularize desktop service and remove desktop.wms from machine opts.
This commit is contained in:
parent
13a25fe675
commit
483c5d3f39
6 changed files with 32 additions and 64 deletions
|
@ -46,6 +46,7 @@ with lib;
|
|||
services = [
|
||||
"docker"
|
||||
"desktop"
|
||||
"desktop::i3"
|
||||
"udev"
|
||||
"fprintd"
|
||||
];
|
||||
|
@ -57,7 +58,6 @@ with lib;
|
|||
allowedUDPPortRanges = [ ];
|
||||
allowedTCPPortRanges = [ ];
|
||||
};
|
||||
desktop.wms = [ "none+i3" "i3" ];
|
||||
};
|
||||
|
||||
config.system.copySysConf = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue