upgrading state version

This commit is contained in:
Ivan Dimitrov 2023-09-09 11:12:43 +03:00
parent 745f277c2c
commit 2a9d483bd6
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
home = { home = {
username = "ivand"; username = "ivand";
homeDirectory = "/home/ivand"; homeDirectory = "/home/ivand";
stateVersion = "23.05"; stateVersion = "23.11";
sessionPath = [ "$HOME/.local/bin/" "$HOME/.local/share/pnpm" ]; sessionPath = [ "$HOME/.local/bin/" "$HOME/.local/share/pnpm" ];
pointerCursor = { pointerCursor = {
name = "Bibata-Modern-Amber"; name = "Bibata-Modern-Amber";

View File

@ -37,6 +37,7 @@
poetry poetry
lolcat lolcat
deno deno
bun
nodejs_20 nodejs_20
python311 python311
python311Packages.pip python311Packages.pip

View File

@ -2,7 +2,7 @@
imports = [ ../../hardware-configuration.nix ]; imports = [ ../../hardware-configuration.nix ];
system.stateVersion = "23.05"; system.stateVersion = "23.11";
nix = { nix = {
gc = { gc = {