add cosmic config
This commit is contained in:
parent
da142f63b2
commit
4a7c5ec356
1 changed files with 9 additions and 0 deletions
9
hosts/wm/cosmic/default.nix
Normal file
9
hosts/wm/cosmic/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue