diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/qtile.nix | 2 | ||||
-rw-r--r-- | gui/xmonad.nix | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gui/qtile.nix b/gui/qtile.nix index 3d40bc7..89fbab8 100644 --- a/gui/qtile.nix +++ b/gui/qtile.nix @@ -27,8 +27,6 @@ home.packages = [ # wm pkgs-unstable.qtile - # lockscreen - pkgs.i3lock ]; home.file.".config/qtile/config.py".source = ./conf/qtile.py; diff --git a/gui/xmonad.nix b/gui/xmonad.nix index 5ead6e4..972ccf8 100644 --- a/gui/xmonad.nix +++ b/gui/xmonad.nix @@ -29,8 +29,6 @@ home.packages = with pkgs; [ xdotool - # lockscreen - i3lock ]; services.screen-locker = { |