Upgrade to nixos 26.04

This commit is contained in:
2026-06-01 22:27:35 +02:00
parent 8ce210ad1f
commit 5ecb1594d1
7 changed files with 68 additions and 206 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
{
writeShellApplication,
xf86_input_wacom,
xorg,
xwininfo,
xrandr,
xdotool,
bc,
}:
@@ -10,8 +11,8 @@ writeShellApplication {
runtimeInputs = [
xf86_input_wacom
xorg.xwininfo
xorg.xrandr
xwininfo
xrandr
xdotool
bc
];