From c828969fe4b90e157437183d820116b6559ccfaa Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 25 Jan 2022 23:19:42 +0900 Subject: home: don't enable base automatically --- home/profiles/base/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base') 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 { -- cgit 1.4.1