Hyprland tweaks to make it usable.

This commit is contained in:
2025-10-20 17:14:03 +01:00
parent 9d5a7994eb
commit 4d6d2b4d6f
6 changed files with 146 additions and 3 deletions

View File

@@ -43,5 +43,5 @@
};
};
programs = import ./programs.nix { inherit pkgs; };
programs = import ./programs/${profile}.nix { inherit pkgs; };
}