mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add unfree support including vscode
This commit is contained in:
parent
7ec13160bf
commit
4a5e392d19
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue