refactor: remove unnecessary workstation feature
This commit is contained in:
@@ -7,7 +7,7 @@ let
|
||||
nixosModules = config.flake.modules.nixos;
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
metaLib = config.meta.lib;
|
||||
workstationHomeImports = [ homeModules.workstation-base ];
|
||||
workstationHomeImports = [ homeModules.workstation ];
|
||||
portableNoctalia = homeModules.noctalia-portable;
|
||||
kiriHomeImports = workstationHomeImports ++ [
|
||||
homeModules.syncthing
|
||||
@@ -71,7 +71,7 @@ in
|
||||
};
|
||||
|
||||
imports = [
|
||||
nixosModules.workstation-host
|
||||
nixosModules.workstation
|
||||
nixosModules.laptop-power
|
||||
{
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
Reference in New Issue
Block a user