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
stylix.nixosModules.stylix
./themes/targets/all.nix
./themes/tokyonight
./themes/daemon
# Host Module
./hosts/Equinox
@@ -109,7 +109,7 @@
./home
./home/shell
./home/applications
./home/desktops/gnome
./home/desktops/kde
];
};
}

View File

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