about summary refs log tree commit diff
path: root/home/profiles/base/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base/default.nix')
-rw-r--r--home/profiles/base/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {