adds hyprland wd with required stuff
All checks were successful
Nix Format Check / check-format (push) Successful in 40s

This commit is contained in:
2024-12-23 14:08:09 +01:00
parent 530fcb10c3
commit 7a1d88476e
17 changed files with 1372 additions and 46 deletions

View File

@@ -11,9 +11,6 @@
# services.desktopManager.cosmic.enable = true;
# services.displayManager.cosmic-greeter.enable = true;
# Enable hyperland
programs.hyprland.enable = true;
# Install xanmod kernel
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_stable;