diff --git a/system/hosts/ooksphone/default.nix b/system/hosts/ooksphone/default.nix index 26eb90b..9bf2aa1 100644 --- a/system/hosts/ooksphone/default.nix +++ b/system/hosts/ooksphone/default.nix @@ -1,6 +1,11 @@ { config, lib, pkgs, ... }: { + imports = [ + ../../profiles + ]; + + activeProfiles = ["base"]; # Simply install just the packages environment.packages = with pkgs; [ # User-facing stuff that you really really want to have