Nixos update 06-10-2025, add zulu java 22
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user