Update home.nix

This commit is contained in:
Aaron Honeycutt 2023-04-18 22:55:09 +00:00
parent 9496b7bb7a
commit 72076459ca

View file

@ -19,8 +19,15 @@
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
# GUI
firefox
spotify
vscode
# CLI
mdbook
neofetch
restic
];
programs.bash = {