This commit is contained in:
parent
ca3c3e756b
commit
7aaf90bc75
2 changed files with 16 additions and 4 deletions
9
modules/desktop/cinnamon-desktop/default.nix
Normal file
9
modules/desktop/cinnamon-desktop/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
flake.modules.nixos.cinnamon-desktop = {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
||||
desktopManager.cinnamon.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue