Update home.nix

This commit is contained in:
Aaron Honeycutt 2024-01-16 16:46:43 +00:00
parent efda3749a3
commit f6245ac3b8

View file

@ -16,13 +16,16 @@
# changes in each release.
home.stateVersion = "23.11";
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
# Add additional package names here
"vscode"
];
home.packages = with pkgs; [
# GUI
#youtube-music
#vscode
# CLI
mdbook
neofetch