update flake.lock and workstation.nix for nixpkgs revisions; enable Hyprland and add kitty to system packages
Some checks failed
Nix Format Check / check-format (push) Failing after 37s

This commit is contained in:
2024-12-18 10:21:02 +01:00
parent 7d1bc11b4d
commit 530fcb10c3
5 changed files with 19 additions and 15 deletions

View File

@ -11,6 +11,9 @@
# 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;