Rename config dir to better align with standard setup
This commit is contained in:
parent
d93ba17750
commit
cd20eaac76
5
nixos/home-manager/env/hyprland.nix
vendored
5
nixos/home-manager/env/hyprland.nix
vendored
|
@ -17,8 +17,9 @@ in
|
|||
enable = true;
|
||||
hidpi = true;
|
||||
};
|
||||
extraConfig = builtins.readFile (./config/hyprland/macchiato.conf)
|
||||
extraConfig =
|
||||
builtins.readFile (./config/hypr/macchiato.conf)
|
||||
+ "\n"
|
||||
+ builtins.readFile (./config/hyprland/hyprland.conf);
|
||||
+ builtins.readFile (./config/hypr/hyprland.conf);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue