Skip to content

Commit ae16f82

Browse files
Sort and clean up
1 parent fc461e5 commit ae16f82

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

modules/default.nix

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, options, pkgs, ... }:
1+
{ lib, pkgs, ... }:
22

33
{
44
imports = [
@@ -43,11 +43,6 @@
4343
{ mode = "n"; key = "<leader>gb"; action = ":Gitsign blame_line<CR>"; }
4444
];
4545
} // lib.mapAttrsRecursive (_: lib.mkDefault) {
46-
colorschemes.kanagawa.enable = true;
47-
editorconfig.enable = true;
48-
globals.mapleader = " ";
49-
luaLoader.enable = true;
50-
5146
opts = {
5247
expandtab = true;
5348
number = true;
@@ -68,7 +63,11 @@
6863
secure = true;
6964
};
7065

66+
colorschemes.kanagawa.enable = true;
7167
diagnostic.settings.virtual_text = true;
68+
editorconfig.enable = true;
69+
globals.mapleader = " ";
70+
luaLoader.enable = true;
7271

7372
performance.byteCompileLua = {
7473
enable = true;

0 commit comments

Comments
 (0)