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:
@@ -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
|
||||
|
Reference in New Issue
Block a user