From 035224eab61b80b5f6053ac7f72a3a6efa2aaa3b Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sat, 6 Jan 2024 12:28:40 +0100 Subject: Remove i3lock, I never use it anyway --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90a08bd..80fb36e 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,6 @@ install-rm-keyfile: sudo cp ./base/rm-keyfile.service /etc/systemd/system sudo systemctl enable rm-keyfile.service -install-pamd: - drv=$$(nix-instantiate -E '((import ./pkgs.nix).stable {}).i3lock'); \ - store=$$(nix-store --realise $$drv); \ - sudo cp $$store"/etc/pam.d/i3lock" /etc/pam.d/i3lock - install-loadout: @if [ -z "$(HOSTNAME)" ]; then echo "USAGE: make HOSTNAME=... install-loadout"; exit 1; fi nix-env -v -i loadout -f default.nix --arg hostConfig "import ./config/$(HOSTNAME).nix" -- cgit v1.2.3