feat: update system, some packages

This commit is contained in:
s-prechtl 2025-11-30 14:15:11 +01:00
parent 55aa108d6b
commit 0f94e6c361

View file

@ -113,6 +113,7 @@
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
#ciscoPacketTracer8 #ciscoPacketTracer8
#electrum
SDL2 SDL2
air air
alacritty alacritty
@ -128,7 +129,6 @@
cmake cmake
curl curl
dig dig
#electrum
element-desktop element-desktop
fastfetch fastfetch
file file
@ -141,6 +141,7 @@
gh gh
gimp gimp
git git
github-copilot-cli
gnumake gnumake
gnupg gnupg
go go
@ -148,10 +149,11 @@
goose goose
hyprshot hyprshot
imhex imhex
inputs.agenix.packages."${system}".default inputs.agenix.packages."${stdenv.hostPlatform.system}".default
jdk jdk
jdt-language-server jdt-language-server
kdePackages.dolphin kdePackages.dolphin
kdePackages.kwallet
kdePackages.kwalletmanager kdePackages.kwalletmanager
libgcc libgcc
linux-manual linux-manual
@ -197,6 +199,7 @@
tmuxinator tmuxinator
tokei tokei
tree-sitter tree-sitter
typst
unixtools.script unixtools.script
unzip unzip
usbutils usbutils
@ -344,5 +347,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment? system.stateVersion = "25.11"; # Did you read the comment?
} }