174 current 2025-06-03 23:25:14 25.11.20250531.910796c 6.15.0 *

This commit is contained in:
2025-06-03 23:25:23 -04:00
parent 820027b666
commit e8fb5f33a2

View File

@@ -70,6 +70,13 @@
kate kate
]; ];
# Cachix for Hyprland
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
# Hyprland # Hyprland
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;