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
9
home.nix
9
home.nix
|
@ -16,13 +16,16 @@
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
home.stateVersion = "23.11";
|
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; [
|
home.packages = with pkgs; [
|
||||||
# GUI
|
# GUI
|
||||||
#youtube-music
|
#youtube-music
|
||||||
#vscode
|
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
mdbook
|
mdbook
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue