disable cosmic de
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2024-12-12 10:55:54 +01:00
parent 8faab83651
commit 2c04a6ef26
4 changed files with 22 additions and 22 deletions

View File

@ -8,8 +8,8 @@
services.xserver.desktopManager.gnome.enable = true;
# Enable the Cosmic Desktop Environment.
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
# services.desktopManager.cosmic.enable = true;
# services.displayManager.cosmic-greeter.enable = true;
# Install xanmod kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;