about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-25 23:19:42 +0900
committersefidel <contact@sefidel.net>2022-01-25 23:19:42 +0900
commitc828969fe4b90e157437183d820116b6559ccfaa (patch)
treef511de97808beedc00f65383ee02fdd81e1b9258 /home
parent6e07d7319c104b23588f6e4f9373cd42dbb73c82 (diff)
downloadnixrc-c828969fe4b90e157437183d820116b6559ccfaa.tar.gz
nixrc-c828969fe4b90e157437183d820116b6559ccfaa.zip
home: don't enable base automatically
Diffstat (limited to 'home')
-rw-r--r--home/alpha/boopy.nix2
-rw-r--r--home/profiles/base/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/alpha/boopy.nix b/home/alpha/boopy.nix
index d301409..126ac6b 100644
--- a/home/alpha/boopy.nix
+++ b/home/alpha/boopy.nix
@@ -2,7 +2,7 @@
 
 {
   config = {
-    activeProfiles = [ "browsing" "development" "messaging" "multimedia" "research" ];
+    activeProfiles = [ "base" "browsing" "development" "messaging" "multimedia" "research" ];
 
     programs.htop.settings.detailed_cpu_time = true;
   };
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index f1b00ec..eade27c 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -15,7 +15,7 @@ in
   ];
 
   options.profiles.base.enable = lib.mkEnableOption
-    "The base profile, should be always enabled";
+    "The base profile, contains general configurations.";
 
   config = lib.mkIf cfg.enable {
     home.sessionVariables = rec {