aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2025-07-16 12:27:16 +0200
committerAdrian Kummerlaender2025-07-16 12:27:16 +0200
commit5474ab23f8938aebad05d835c884ea38e0c6ba30 (patch)
treeee0dcc2f8b3c5c7e804e4786cdcde1ed556bb894
parent68425c1baaf158995449c295587cc6ab8606f513 (diff)
downloadnixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar.gz
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar.bz2
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar.lz
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar.xz
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.tar.zst
nixos_home-5474ab23f8938aebad05d835c884ea38e0c6ba30.zip
gui: Remove i3lock as it is provided system wide nowHEADmaster
-rw-r--r--gui/qtile.nix2
-rw-r--r--gui/xmonad.nix2
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 = {