From 7281f05669e92e3568f837591912350b32951555 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 10:33:31 -0800 Subject: organize programs in a way that makes sense to me --- home/profiles/security.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 home/profiles/security.nix (limited to 'home/profiles/security.nix') diff --git a/home/profiles/security.nix b/home/profiles/security.nix deleted file mode 100644 index fd82167..0000000 --- a/home/profiles/security.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, config, ... }: -{ - home.packages = with pkgs; [ - age-plugin-yubikey - passage - ]; - - home.sessionVariables = { - "PASSAGE_DIR" = "${config.xdg.dataHome}/passage"; - "PASSAGE_IDENTITIES_FILE" = "${config.xdg.dataHome}/passage/identities"; - }; -} -- cgit v1.2.3