From 11f8ed08e99dfcf4766d39fe8e790e17f8e5b764 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Apr 2026 11:24:46 +0000 Subject: [PATCH] Add 1Password GUI and CLI via NixOS programs module Enables programs._1password (CLI) and programs._1password-gui with polkit authorization for user chexit. allowUnfree is already set, so packages install without additional config. https://claude.ai/code/session_01NS2hpapno51a1Ng7hWaQKy --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index 061c8bb..0f13d6c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -81,6 +81,12 @@ extraGroups = [ "networkmanager" "wheel" "docker" ]; }; + programs._1password.enable = true; + programs._1password-gui = { + enable = true; + polkitPolicyOwners = [ "chexit" ]; + }; + programs.throne = { enable = true; tunMode.enable = true;