Update home.nix

This commit is contained in:
Aaron Honeycutt 2023-02-09 20:59:21 +00:00
parent 18c129b1b9
commit 767fe8c8f3

View file

@ -19,16 +19,12 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
element-desktop
fish fish
fishPlugins.grc fishPlugins.grc
foliate
fractal
git git
git-lfs git-lfs
keybase-gui keybase-gui
neofetch neofetch
watchmate
vscode vscode
]; ];
@ -56,6 +52,9 @@
push = { push = {
autoSetupRemote = "true"; autoSetupRemote = "true";
}; };
init = {
defaultBranch = "main";
};
}; };
}; };