Nixos update 06-10-2025, add zulu java 22

This commit is contained in:
Alexander
2025-10-08 16:31:41 +02:00
parent c01688f8af
commit d1f440d7ea
6 changed files with 124 additions and 75 deletions
+1
View File
@@ -26,6 +26,7 @@ in {
home.file."jdk/openjdk23".source = pkgs.jdk23;
home.file."nodejs/nodejs_22".source = pkgs.nodejs_22;
home.file."python/python3".source = pkgs.python3;
home.file."jdk/zulujdk22".source = pkgs.zulu22;
dov.shell = {
zsh = {
+2 -2
View File
@@ -3,6 +3,6 @@ profile LAPTOP_ONLY {
}
profile HOME {
output eDP-1 mode 2560x1440 position 480,1440
output DP-3 mode 3440x1440 position 0,0
output eDP-1 mode 2560x1440@165 position 480,1440
output DP-3 mode 3440x1440@165 position 0,0
}