diff options
| author | 2025-04-22 10:30:29 -0700 | |
|---|---|---|
| committer | 2025-04-22 10:30:29 -0700 | |
| commit | 6ee7e001ef6d99681418d71baf01f85a1c387811 (patch) | |
| tree | ccf00534ea5e212c5994b48ba9e0026fc0a66f0c /oni/home/config/pop-os.scm | |
| parent | d5e63c06a024aabcb151e9e5a1f0ad7e5c2b140d (diff) | |
| download | new-dotfiles-6ee7e001ef6d99681418d71baf01f85a1c387811.tar.gz new-dotfiles-6ee7e001ef6d99681418d71baf01f85a1c387811.zip | |
stumpwm: Make screen locking program configurable
On my work laptop this needs to just be ‘/usr/bin/i3lock’ because the libraries
in Guix are incompatible with those on Pop!_OS.
Diffstat (limited to 'oni/home/config/pop-os.scm')
| -rw-r--r-- | oni/home/config/pop-os.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 62837ca..b5d30f9 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -179,6 +179,7 @@ (service home-stumpwm-service-type (home-stumpwm-configuration (package stumpwm+swank) + (locker-program "/usr/bin/i3lock") (configurations (list (local-file "../services/stumpwm/config") (local-file "../services/stumpwm/pop-os-config.lisp"))))) |
