home-manager hyprland

This commit is contained in:
2025-08-09 17:25:32 -05:00
parent 9ce2cedae7
commit cc1daade5f
2 changed files with 22 additions and 12 deletions

View File

@@ -191,7 +191,7 @@
};
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" "unstable=${inputs.nixpkgs-us}" ];
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
settings = {
experimental-features = [ "nix-command" "flakes" ];
};