Switched Equinox to KDE

This commit is contained in:
2024-10-15 16:29:13 -03:00
parent 465c29274c
commit 51dcc601bd
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@
# Theme Modules # Theme Modules
stylix.nixosModules.stylix stylix.nixosModules.stylix
./themes/targets/all.nix ./themes/targets/all.nix
./themes/tokyonight ./themes/daemon
# Host Module # Host Module
./hosts/Equinox ./hosts/Equinox
@@ -109,7 +109,7 @@
./home ./home
./home/shell ./home/shell
./home/applications ./home/applications
./home/desktops/gnome ./home/desktops/kde
]; ];
}; };
} }

View File

@@ -22,7 +22,7 @@ in {
../../modules/containers.nix ../../modules/containers.nix
../../modules/virtualization.nix ../../modules/virtualization.nix
../../modules/harden.nix ../../modules/harden.nix
../../modules/gnome.nix ../../modules/kde.nix
]; ];
hardware.nvidia.open = false; hardware.nvidia.open = false;