Rename config dir to better align with standard setup

This commit is contained in:
Evie Litherland-Smith 2023-04-11 11:25:40 +01:00
parent d93ba17750
commit cd20eaac76
3 changed files with 3 additions and 2 deletions

View file

@ -17,8 +17,9 @@ in
enable = true; enable = true;
hidpi = true; hidpi = true;
}; };
extraConfig = builtins.readFile (./config/hyprland/macchiato.conf) extraConfig =
builtins.readFile (./config/hypr/macchiato.conf)
+ "\n" + "\n"
+ builtins.readFile (./config/hyprland/hyprland.conf); + builtins.readFile (./config/hypr/hyprland.conf);
}; };
} }