mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Remove vscode for now
This commit is contained in:
parent
8c8e6dce20
commit
c95d20d611
1 changed files with 0 additions and 6 deletions
6
home.nix
6
home.nix
|
@ -16,12 +16,6 @@
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue