From 5f015c4afd8457982473773ea3c49031d17412cc Mon Sep 17 00:00:00 2001 From: Natalie Marks Date: Sun, 28 Jul 2024 01:35:02 -0700 Subject: [PATCH] updated system config --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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;