Updated flake and some packages to newest versions

This commit is contained in:
2026-03-05 17:10:36 +01:00
parent ea977f8253
commit 70fc8a0c9a
3 changed files with 77 additions and 77 deletions

View File

@ -3,8 +3,8 @@
environment.systemPackages = with pkgs; [
#Programming
jetbrains.pycharm-community #The PyCharm IDE to edit Python code
jetbrains.idea-community #The IntelliJ IDE to edit Java code
jetbrains.pycharm #The PyCharm IDE to edit Python code
jetbrains.idea #The IntelliJ IDE to edit Java code
jetbrains.clion #The CLion IDE to edit and compile c/c++ code
jetbrains.datagrip #The DataGrip IDE to manage Databases
#jetbrains-toolbox
@ -33,7 +33,7 @@
atlauncher #Minecraft Launcher
#discord
vesktop #Aternative for discord on Wayland
wineWowPackages.stagingFull
wineWow64Packages.stagingFull
winetricks
wasistlos #Whatsapp
#obs-studio #Screen Recorder

View File

@ -4,9 +4,9 @@
#Essentials (CLI Only)
wget #A tool for quickly downloading things from the Web
javaPackages.compiler.openjdk25 #Java Development Kit 25
python312 #Python 3.12
python312Packages.pip #Pip for Python 3.12
python312Packages.cmake #The CMake tool to manage project build configurations
python314 #Python
python314Packages.pip #Pip for Python 3.12
python314Packages.cmake #The CMake tool to manage project build configurations
fastfetch #A utility to see information about your machine
btop #A replacement for htop to see your machines resources
git #Git ... no need to explain
@ -21,7 +21,7 @@
konsave #A package to transfer the look and feel of KDE Plasma to other machines
openssh #SSH
zoxide #Alternatice to cd, browse files
fzf-zsh #Search for file names
zsh #Search for file names
coreutils-full #Full set of coreutils, including some missing ones
multipath-tools
docker #Docker ... no need to explain