nixos: 25.11 -> 26.05

This commit is contained in:
2026-05-30 14:38:00 +02:00
parent 11e6661af0
commit 33174e7bc2
11 changed files with 36 additions and 40 deletions
+6 -6
View File
@@ -49,7 +49,7 @@ _: {
name = "custom-wallpaper";
runtimeInputs = with pkgs; [
socat
swww
awww
];
text = ''
handle() {
@@ -60,19 +60,19 @@ _: {
workspace="''${str:$i:1}"
case $workspace in
1 | 6)
swww img -t none ${wallpaper1}
awww img -t none ${wallpaper1}
;;
2 | 7)
swww img -t none ${wallpaper2}
awww img -t none ${wallpaper2}
;;
3 | 8)
swww img -t none ${wallpaper3}
awww img -t none ${wallpaper3}
;;
4 | 9)
swww img -t none ${wallpaper4}
awww img -t none ${wallpaper4}
;;
5 | 10 | 0)
swww img -t none ${wallpaper5}
awww img -t none ${wallpaper5}
;;
esac
;;