Hyprland read config file location
This commit is contained in:
parent
295be55d5f
commit
9a463fae56
@ -19,7 +19,7 @@ in
|
||||
];
|
||||
|
||||
imports = [
|
||||
./home-hyprland.nix
|
||||
./home-manager/hyprland.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -12,6 +12,6 @@ in {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = (builtins.readFile ../config/hypr/hyprland.conf);
|
||||
extraConfig = (builtins.readFile ./config/hypr/hyprland.conf);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user