diff --git a/flake.nix b/flake.nix index 23483d6..377986f 100644 --- a/flake.nix +++ b/flake.nix @@ -71,8 +71,8 @@ }; profiles = [ ./profiles ./users ]; suites = { profiles, users, ... }: with profiles; rec { - base = [ users.root ]; - workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ]; + base = [ core users.root ]; + workstation = [ base sway develop game profiles.workstation ssh flatpak torrents pwn tor ]; desktop = workstation ++ [ users.mae-desk amd school three_dee ]; lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ]; }; diff --git a/profiles/core/default.nix b/profiles/core/default.nix index a65a6b0..5056b3a 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -2,7 +2,6 @@ let inherit (lib) fileContents; in { - imports = [ ../cachix ]; nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];