mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33: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
|
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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
[ # Include X settings.
|
[ # Include X settings.
|
||||||
../common.nix
|
../desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable Gnome and GDM.
|
# Enable Gnome and GDM.
|
|
@ -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.
|
Loading…
Reference in a new issue