about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-18 20:21:21 +0900
committersefidel <contact@sefidel.net>2022-01-18 20:24:18 +0900
commit02179ec651ee7891b4838a7ffa4238ad5fd9668b (patch)
tree2c870fa0aa23e04ff70a153cee7ff53813b8c4b3 /home
parent2e7af3a1f1038a453b7e1287b775b451473132f5 (diff)
downloadnixrc-02179ec651ee7891b4838a7ffa4238ad5fd9668b.tar.gz
nixrc-02179ec651ee7891b4838a7ffa4238ad5fd9668b.zip
home: disable manual
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 7b62442..4f26819 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -17,7 +17,6 @@ in
     "The base profile, should be always enabled";
 
   config = lib.mkIf cfg.enable {
-
     home.sessionVariables = rec {
       EDITOR = "nvim";
       VISUAL = "nvim";