Flake update 2024-07-15, and hypr cachix fix

This commit is contained in:
Julia Lange 2024-07-15 18:37:14 -07:00
parent 07ce0cb9fe
commit f2e9bf0fc2
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
3 changed files with 138 additions and 54 deletions

View file

@ -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 = ''