updated system config
This commit is contained in:
parent
ae9cf7e038
commit
5f015c4afd
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue