diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-09-07 20:59:20 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-09-07 20:59:20 -0400 |
| commit | bb168b86e163ac03feaa0214f4867308036aac40 (patch) | |
| tree | ecb1db49801c3ebc803db24f9a61f5105cbd7dd7 /modules/ryan-config/base-system.scm | |
| parent | 5555894efeb1d62539e10595dbaf8503ea05266e (diff) | |
Moved kdenlive to nix, added hibernate key inhibitor, moved email to
JMAP
Diffstat (limited to 'modules/ryan-config/base-system.scm')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index d0153a0..5c8b0dd 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -250,8 +250,10 @@ | |||
| 250 | (inherit config) | 250 | (inherit config) |
| 251 | (handle-power-key `ignore) | 251 | (handle-power-key `ignore) |
| 252 | (handle-suspend-key `ignore) | 252 | (handle-suspend-key `ignore) |
| 253 | (handle-hibernate-key 'ignore) | ||
| 253 | (handle-lid-switch `ignore) | 254 | (handle-lid-switch `ignore) |
| 254 | (handle-lid-switch-docked 'ignore) | 255 | (handle-lid-switch-docked 'ignore) |
| 256 | (handle-lid-switch-external-power 'ignore) | ||
| 255 | (kill-user-processes? #t))) | 257 | (kill-user-processes? #t))) |
| 256 | (network-manager-service-type config => | 258 | (network-manager-service-type config => |
| 257 | (network-manager-configuration | 259 | (network-manager-configuration |
