Move hyprland config to subfolder

This commit is contained in:
RealStickman 2023-05-01 09:39:08 +02:00
parent ac634f9c58
commit 99de23780e
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ in
]; ];
imports = [ imports = [
./home-hyprland.nix ./home-manager/hyprland.nix
]; ];
programs = { programs = {

View File

@ -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);
}; };
} }