Enable automatic deployment for nki-personal-do (#3)

This commit is contained in:
Natsu Kagami 2021-11-03 18:42:02 -04:00 committed by Natsu Kagami
parent 2e2fb79004
commit d162925be3
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
6 changed files with 69 additions and 3 deletions

View file

@ -19,7 +19,7 @@ let
inherit src;
outputHash = (
if pkgs.stdenv.isDarwin
then "sha256-BStdH1TunzVMOgI1UfhYSfgqPqgqdxpYHtt4DuNXOuY="
then "sha256-U5hiEak47Dd/R7II6d+0/n3ZmT1ryDk4S+/lV2cH6HM="
else "0ywb9489jrb5lsycxlxzrj2khkcjhvzxbb0ckbpwwvg11r4ds240"
);
});

View file

@ -66,7 +66,7 @@ map global normal D ": delete-one<ret>"
hook global InsertChar \t %{ exec -draft -itersel h@ }
set global tabstop 4
set global indentwidth 4
hook global WinSetOption filetype=(c|cpp|haskell|nix) %{
hook global WinSetOption filetype=(c|cpp|haskell|nix|yaml) %{
set global tabstop 2
set global indentwidth 2
}