about summary refs log tree commit diff
path: root/home/profiles/base
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base')
-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";