Variable Re-Org and Rename

- Remove unused stylix module from flake
- Move desktop and desktopType from user to system settings
- Rename `hardwareConfiguration` to `hwConfig`
This commit is contained in:
Sravan Balaji
2024-03-28 15:19:53 -04:00
parent 9fdaf9bdbd
commit b6ed41211b
5 changed files with 12 additions and 17 deletions

View File

@@ -6,8 +6,8 @@
{
imports = [
(../../hosts + "/${systemSettings.hardwareConfiguration}.nix")
(../../system/gui + "/${userSettings.desktop}.nix")
(../../hosts + "/${systemSettings.hwConfig}.nix")
(../../system/gui + "/${systemSettings.desktop}.nix")
../../system/hardware/default.nix
../../system/security/default.nix
../../system/utilities/default.nix