Hypr, fix cachix support
This commit is contained in:
parent
fafbb75859
commit
d524f7c068
1 changed files with 2 additions and 2 deletions
|
|
@ -10,12 +10,12 @@
|
|||
inputs.hyprland.nixosModules.default
|
||||
];
|
||||
|
||||
config = lib.mkIf config.hyprland.enable {
|
||||
programs.hyprland.enable = true;
|
||||
config = {
|
||||
nix.settings = {
|
||||
substituters = [ "https://hyprland.cachix.org" ];
|
||||
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
programs.hyprland.enable = lib.mkIf config.hyprland.enable true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue