Update home.nix

This commit is contained in:
Aaron Honeycutt 2023-02-09 13:50:50 +00:00
parent c3cbd4ca6e
commit db94d24444

View file

@ -19,10 +19,16 @@
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
keybase-gui
neofetch neofetch
watchmate
vscode vscode
]; ];
@ -36,6 +42,12 @@
userEmail = "aaronhoneycutt@protonmail.com"; userEmail = "aaronhoneycutt@protonmail.com";
}; };
programs.command-not-found.enable = true;
programs.firefox.enable = true;
programs.gh.enable = true;
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }