aboutsummaryrefslogtreecommitdiff
path: root/packages.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-01-09 21:57:06 +0530
committerAkshay Nair <phenax5@gmail.com>2025-01-10 13:47:48 +0530
commit45d103f623752f9965e9de7a4fa60b3be3db026b (patch)
treea8ffa18fce8f4ca48f2f74a7a412530900a589b6 /packages.nix
parent27138ae14a46729714499e2e605e0313c8c2c8be (diff)
downloadnixos-config-45d103f623752f9965e9de7a4fa60b3be3db026b.tar.gz
nixos-config-45d103f623752f9965e9de7a4fa60b3be3db026b.zip
Move bslock package into module and use xautolock instead of script
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages.nix b/packages.nix
index 429045c..09ab398 100644
--- a/packages.nix
+++ b/packages.nix
@@ -11,7 +11,6 @@ let
st
dmenu
anypinentry
- bslock
# sidekick
];
@@ -200,15 +199,4 @@ in
programs._1password.enable = true;
programs._1password-gui.enable = true;
-
- # Security wrappers
- security.wrappers = {
- bslock = {
- # owner = config.users.users.imsohexy.name;
- owner = "root";
- setuid = true;
- group = "root";
- source = "${localPkgs.bslock}/bin/bslock";
- };
- };
}