cosmic updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-10 16:42:35 -05:00
parent 913cff0ffa
commit e5ade464b9
6 changed files with 24 additions and 11 deletions

View file

@ -2,6 +2,7 @@
cosmic,
config,
lib,
pkgs,
settings,
...
}:
@ -28,5 +29,6 @@ in
# Enable cosmic
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
environment.cosmic.excludePackages = with pkgs; [ cosmic-edit cosmic-term cosmic-store ];
};
}