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