diff options
Diffstat (limited to 'modules/ryan-config/base-system.scm')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 402dc82..47b62a8 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -162,8 +162,8 @@ | |||
| 162 | "dconf" | 162 | "dconf" |
| 163 | "wireplumber" | 163 | "wireplumber" |
| 164 | "wireshark" | 164 | "wireshark" |
| 165 | "openconnect" | 165 | ;"openconnect" |
| 166 | "openconnect-sso" | 166 | ;"openconnect-sso" |
| 167 | "webkitgtk-with-libsoup2" ; Needed for Go wails development | 167 | "webkitgtk-with-libsoup2" ; Needed for Go wails development |
| 168 | "zsh")) | 168 | "zsh")) |
| 169 | (list my-ca-certs virt-manager-ovmf bluez-ryan blueman-ryan neovim-ryan) | 169 | (list my-ca-certs virt-manager-ovmf bluez-ryan blueman-ryan neovim-ryan) |
| @@ -250,7 +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) |
| 255 | (handle-lid-switch-docked 'ignore) | ||
| 256 | (handle-lid-switch-external-power 'ignore) | ||
| 254 | (kill-user-processes? #t))) | 257 | (kill-user-processes? #t))) |
| 255 | (network-manager-service-type config => | 258 | (network-manager-service-type config => |
| 256 | (network-manager-configuration | 259 | (network-manager-configuration |
