about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-05 18:28:29 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-05 20:02:50 +0100
commitc74b4cd93e8618ac01b099087396e3283806a35e (patch)
treea2b08b7c603d81a0c6a153a31f85bdc7dba8cc36 /common-workstation.nix
parent88a10f1a6e2ea172ff985f64bfcf82e26425530a (diff)
Integrate console lock screen into i3.
Now it's enough to just press super + shift + escape in order to trigger
the socket and thus the lock screen.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index 0884d00b..123c7c5f 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -48,6 +48,7 @@ in {
 
   vuizvui.i3.enable = true;
   vuizvui.slim.enable = true;
+  vuizvui.vlock.enable = true;
 
   services = {
     openssh = {