moved desktop configs into modules

This commit is contained in:
Aly Raffauf 2024-03-16 12:25:28 -04:00
parent 139693f821
commit 155a84003c
5 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@
nixos-hardware.nixosModules.framework-13-7040-amd nixos-hardware.nixosModules.framework-13-7040-amd
home-manager-unstable.nixosModules.home-manager home-manager-unstable.nixosModules.home-manager
./hosts/lavaridge ./hosts/lavaridge
./desktop/gnome ./modules/gnome
./modules/homelab/virtualization.nix ./modules/homelab/virtualization.nix
]; ];
}; };
@ -50,7 +50,7 @@
nixos-hardware.nixosModules.lenovo-thinkpad-t440p nixos-hardware.nixosModules.lenovo-thinkpad-t440p
home-manager-unstable.nixosModules.home-manager home-manager-unstable.nixosModules.home-manager
./hosts/rustboro ./hosts/rustboro
./desktop/kde.nix ./modules/kde.nix
]; ];
}; };
@ -62,7 +62,7 @@
nixos-hardware.nixosModules.common-cpu-intel nixos-hardware.nixosModules.common-cpu-intel
home-manager-unstable.nixosModules.home-manager home-manager-unstable.nixosModules.home-manager
./hosts/petalburg ./hosts/petalburg
./desktop/gnome ./modules/gnome
]; ];
}; };
@ -73,7 +73,7 @@
home-manager-unstable.nixosModules.home-manager home-manager-unstable.nixosModules.home-manager
./hosts/mauville ./hosts/mauville
./modules/homelab ./modules/homelab
./desktop/gnome ./modules/gnome
./modules/steam.nix ./modules/steam.nix
]; ];
}; };

View file

@ -3,7 +3,7 @@
{ {
imports = imports =
[ # Include X settings. [ # Include X settings.
../common.nix ../desktop.nix
]; ];
# Enable Gnome and GDM. # Enable Gnome and GDM.

View file

@ -3,7 +3,7 @@
{ {
imports = imports =
[ # Include X settings. [ # Include X settings.
./common.nix ./desktop.nix
]; ];
# Enable the KDE Plasma Desktop Environment. # Enable the KDE Plasma Desktop Environment.