quickshell stuff, enable nix-ld and fix hyprland binds

This commit is contained in:
Charlie Root 2024-10-10 20:31:02 +02:00
commit a722352175
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 18 additions and 13 deletions

View file

@ -11,6 +11,7 @@
console.keyMap = "de";
security.polkit.enable = true;
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
programs.nix-ld.enable = true;
services = {
fstrim.enable = lib.mkDefault true;
};