diff --git a/configuration.nix b/configuration.nix index f942892..5b85944 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,6 +9,14 @@ }: { nixpkgs.config.allowUnfree = true; + programs._1password.enable = true; + programs._1password-gui = { + enable = true; + # Certain features, including CLI integration and system authentication support, + # require enabling PolKit integration on some desktop environments (e.g. Plasma). + polkitPolicyOwners = ["nmarks"]; + }; + services.blueman.enable = true; hardware.bluetooth.enable = true;