forked from poz/niksos
this is cleaner
This commit is contained in:
parent
c302a13bc0
commit
912734052b
5 changed files with 7 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
_: {
|
||||
imports = [
|
||||
./git
|
||||
./starship
|
||||
./zoxide
|
||||
./zsh
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
{
|
||||
contents = { core.editor = "${pkgs.neovim}/bin/nvim"; };
|
||||
}
|
||||
{
|
||||
contents = { init.defaultBranch = "master"; };
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue