This commit is contained in:
Noa Aarts 2024-03-06 09:53:57 +01:00
parent 7075421ac1
commit 63c2d25021
3 changed files with 583 additions and 568 deletions

View file

@ -127,6 +127,12 @@
portalPackage = pkgs.xdg-desktop-portal-hyprland;
};
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
wayland
];
users.defaultUserShell = pkgs.zsh;
security.rtkit.enable = true;