organise all options into modules
This commit is contained in:
parent
c7c6606d14
commit
3192b6ca09
43 changed files with 518 additions and 423 deletions
5
system/modules/cosmic.nix
Normal file
5
system/modules/cosmic.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{...}: {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
services.system76-scheduler.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue