diff options
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/home.nix | 1 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 726a041..3e27540 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -1,5 +1,4 @@ { - inputs, config, pkgs, ... diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index b760226..b54f400 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -21,6 +21,10 @@ indent_style = "space"; indent_size = 2; }; + "*.nix" = { + indent_style = "space"; + indent_size = 2; + }; }; }; |
