updated system config

This commit is contained in:
Natalie Marks 2024-07-28 01:35:02 -07:00
parent ae9cf7e038
commit 5f015c4afd

View file

@ -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;