mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
moved desktop configs into modules
This commit is contained in:
parent
139693f821
commit
155a84003c
|
@ -38,7 +38,7 @@
|
|||
nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
home-manager-unstable.nixosModules.home-manager
|
||||
./hosts/lavaridge
|
||||
./desktop/gnome
|
||||
./modules/gnome
|
||||
./modules/homelab/virtualization.nix
|
||||
];
|
||||
};
|
||||
|
@ -50,7 +50,7 @@
|
|||
nixos-hardware.nixosModules.lenovo-thinkpad-t440p
|
||||
home-manager-unstable.nixosModules.home-manager
|
||||
./hosts/rustboro
|
||||
./desktop/kde.nix
|
||||
./modules/kde.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
|||
nixos-hardware.nixosModules.common-cpu-intel
|
||||
home-manager-unstable.nixosModules.home-manager
|
||||
./hosts/petalburg
|
||||
./desktop/gnome
|
||||
./modules/gnome
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
home-manager-unstable.nixosModules.home-manager
|
||||
./hosts/mauville
|
||||
./modules/homelab
|
||||
./desktop/gnome
|
||||
./modules/gnome
|
||||
./modules/steam.nix
|
||||
];
|
||||
};
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports =
|
||||
[ # Include X settings.
|
||||
../common.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
# Enable Gnome and GDM.
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports =
|
||||
[ # Include X settings.
|
||||
./common.nix
|
||||
./desktop.nix
|
||||
];
|
||||
|
||||
# Enable the KDE Plasma Desktop Environment.
|
Loading…
Reference in a new issue