this is cleaner

This commit is contained in:
jacekpoz 2023-08-01 14:21:45 +02:00
parent c302a13bc0
commit 912734052b
5 changed files with 7 additions and 4 deletions

View file

@ -1,8 +1,8 @@
_: {
imports = [
./git
./starship
./zoxide
./zsh
./git.nix
./starship.nix
./zoxide.nix
./zsh.nix
];
}

View file

@ -13,6 +13,9 @@
{
contents = { core.editor = "${pkgs.neovim}/bin/nvim"; };
}
{
contents = { init.defaultBranch = "master"; };
}
];
};
};