Add unfree support including vscode

This commit is contained in:
Aaron Honeycutt 2024-01-18 15:33:53 +00:00
parent 7ec13160bf
commit 4a5e392d19

View file

@ -16,9 +16,14 @@
# changes in each release. # changes in each release.
home.stateVersion = "23.11"; home.stateVersion = "23.11";
nixpkgs.config = {
allowUnfree = true;
}
home.packages = with pkgs; [ home.packages = with pkgs; [
# GUI # GUI
#youtube-music #youtube-music
vscode
# CLI # CLI
mdbook mdbook