diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-06 10:48:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-06 10:48:39 +0200 |
commit | 4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc (patch) | |
tree | ac3f96627d42ab4085bbc2cefb8a2575dbdc2ee0 | |
parent | 4142b300aa7df8fb89dd7ea9545330ed2d22dc02 (diff) | |
download | nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.gz nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.bz2 nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.tar.xz nixos-4c5903bdf16f4125ea5e86d0a3a5abc7250bf5dc.zip |
...
-rw-r--r-- | _sources/generated.json | 6 | ||||
-rw-r--r-- | _sources/generated.nix | 6 | ||||
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/niri/default.nix | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index df003eed..b85cb274 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -456,10 +456,10 @@ | |||
456 | "pinned": false, | 456 | "pinned": false, |
457 | "src": { | 457 | "src": { |
458 | "name": null, | 458 | "name": null, |
459 | "sha256": "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU=", | 459 | "sha256": "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E=", |
460 | "type": "url", | 460 | "type": "url", |
461 | "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.27.tar.gz" | 461 | "url": "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.31.tar.gz" |
462 | }, | 462 | }, |
463 | "version": "2025.3.27" | 463 | "version": "2025.3.31" |
464 | } | 464 | } |
465 | } \ No newline at end of file | 465 | } \ No newline at end of file |
diff --git a/_sources/generated.nix b/_sources/generated.nix index 199db5d7..ddcbbf10 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -278,10 +278,10 @@ | |||
278 | }; | 278 | }; |
279 | yt-dlp = { | 279 | yt-dlp = { |
280 | pname = "yt-dlp"; | 280 | pname = "yt-dlp"; |
281 | version = "2025.3.27"; | 281 | version = "2025.3.31"; |
282 | src = fetchurl { | 282 | src = fetchurl { |
283 | url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.27.tar.gz"; | 283 | url = "https://pypi.org/packages/source/y/yt_dlp/yt_dlp-2025.3.31.tar.gz"; |
284 | sha256 = "sha256-MMsHj4A7U5sqZlIcXshtMowH90rsqUQAaeWGGcKZzxU="; | 284 | sha256 = "sha256-G/4OZg0acKCeJ7LVj5LjCx4uNizEh4KfL4JDRq5J+5E="; |
285 | }; | 285 | }; |
286 | }; | 286 | }; |
287 | } | 287 | } |
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index a062e83e..11f24f31 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -345,7 +345,7 @@ in { | |||
345 | { event = "lock"; command = lockCommand; } | 345 | { event = "lock"; command = lockCommand; } |
346 | ]; | 346 | ]; |
347 | timeouts = [ | 347 | timeouts = [ |
348 | { timeout = 330; command = lockCommand; } | 348 | { timeout = 600; command = lockCommand; } |
349 | ]; | 349 | ]; |
350 | extraArgs = [ | 350 | extraArgs = [ |
351 | "-w" | 351 | "-w" |
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix index 302baea9..216a98ea 100644 --- a/accounts/gkleen@sif/niri/default.nix +++ b/accounts/gkleen@sif/niri/default.nix | |||
@@ -222,7 +222,7 @@ in { | |||
222 | { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } | 222 | { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } |
223 | ]; | 223 | ]; |
224 | timeouts = [ | 224 | timeouts = [ |
225 | { timeout = 300; | 225 | { timeout = 540; |
226 | command = "${lib.getExe niri} msg action power-off-monitors"; | 226 | command = "${lib.getExe niri} msg action power-off-monitors"; |
227 | } | 227 | } |
228 | ]; | 228 | ]; |
@@ -409,7 +409,7 @@ in { | |||
409 | # (leaf "focus-follows-mouse" {}) | 409 | # (leaf "focus-follows-mouse" {}) |
410 | # (flag "warp-mouse-to-focus") | 410 | # (flag "warp-mouse-to-focus") |
411 | 411 | ||
412 | (plain "touchpad" [ (flag "off") ]) | 412 | # (plain "touchpad" [ (flag "off") ]) |
413 | (plain "trackball" [ | 413 | (plain "trackball" [ |
414 | (leaf "scroll-method" "on-button-down") | 414 | (leaf "scroll-method" "on-button-down") |
415 | (leaf "scroll-button" 278) | 415 | (leaf "scroll-button" 278) |