mirror of
https://github.com/0x1d/nix.git
synced 2025-12-16 14:35:06 +01:00
update unstable, add Cosmic desktop
This commit is contained in:
3
os/system/desktop/cosmic.nix
Normal file
3
os/system/desktop/cosmic.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ pkgs, ... }: {
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
}
|
||||
@@ -6,4 +6,5 @@
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
};
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user