mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update home.nix
This commit is contained in:
parent
efda3749a3
commit
f6245ac3b8
1 changed files with 6 additions and 3 deletions
7
home.nix
7
home.nix
|
@ -16,12 +16,15 @@
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue