diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-01-11 20:40:41 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-01-11 20:40:41 +0100 |
| commit | fa98e0837317a73d7027986fd45e19cbd6c01f23 (patch) | |
| tree | 64f08021f94c9d951ab16b614c3870229bc86e34 /profiles/core | |
| parent | 858861f83888801b4637e63c8ee3f0b52ab47ace (diff) | |
rrr
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; + }; }; }; |
