refactor(desktop): place all theming config in same folder

This commit is contained in:
matt1432 2024-08-05 16:23:53 -04:00
parent 755ef78440
commit 94bd0d81f5
12 changed files with 112 additions and 110 deletions
nixosModules/desktop/manager

View file

@ -25,7 +25,7 @@ self: {
in {
home-manager.users.greeter = {
imports = [
(import ../environment/home/style.nix self)
(import ../theme self)
];
wayland.windowManager.hyprland = {