9 lines
151 B
Nix
9 lines
151 B
Nix
{
|
|
flake.modules.nixos.cinnamon-desktop = {
|
|
services.xserver = {
|
|
enable = true;
|
|
|
|
desktopManager.cinnamon.enable = true;
|
|
};
|
|
};
|
|
}
|