Flake update 2024-07-15, and hypr cachix fix
This commit is contained in:
parent
07ce0cb9fe
commit
f2e9bf0fc2
3 changed files with 138 additions and 54 deletions
|
|
@ -7,7 +7,12 @@ let rootPath = ./.; in
|
|||
|
||||
imports = [ inputs.hyprland.homeManagerModules.default ];
|
||||
|
||||
config = lib.mkIf config.hypr.enable {
|
||||
config = {
|
||||
nix.settings = {
|
||||
substituters = ["https://hyprland.cachix.org"];
|
||||
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||
};
|
||||
} // lib.mkIf config.hypr.enable {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue