mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Disable VS Code due to unfree, the config isn't working. Move to unstable so 24.05 currently.
This commit is contained in:
parent
e685152edd
commit
62d7e984df
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
@ -14,14 +14,14 @@
|
||||||
# You can update Home Manager without changing this value. See
|
# You can update Home Manager without changing this value. See
|
||||||
# the Home Manager release notes for a list of state version
|
# the Home Manager release notes for a list of state version
|
||||||
# changes in each release.
|
# changes in each release.
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# GUI
|
# GUI
|
||||||
#youtube-music
|
#youtube-music
|
||||||
vscode
|
#vscode
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
mdbook
|
mdbook
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue