Extract a cinnamon-desktop module
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
Oliver Davies 2025-11-22 14:09:24 +00:00
parent ca3c3e756b
commit 7aaf90bc75
2 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1,9 @@
{
flake.modules.nixos.cinnamon-desktop = {
services.xserver = {
enable = true;
desktopManager.cinnamon.enable = true;
};
};
}