Compare commits
2 commits
6d877aba1b
...
8d1cc559f9
Author | SHA1 | Date | |
---|---|---|---|
8d1cc559f9 | |||
bf594827b0 |
2 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,11 @@
|
||||||
set listchars=space:·,tab:┄┄»
|
set listchars=space:·,tab:┄┄»
|
||||||
set indentkeys-=0#
|
set indentkeys-=0#
|
||||||
'';
|
'';
|
||||||
|
packages.myVimPackage = with pkgs.vimPlugins; {
|
||||||
|
start = [
|
||||||
|
guess-indent-nvim
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
2
nixos-rebuild.sh
Executable file
2
nixos-rebuild.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
NIXOS_CONFIG="$(pwd)/configuration.nix"
|
||||||
|
nixos-rebuild $@
|
Loading…
Add table
Reference in a new issue