mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
1password: allow cli in unfree
This commit is contained in:
parent
bb33fbc0e8
commit
d11f934e03
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
# Enable the unfree 1Password packages
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"1password-gui"
|
||||
"1password-cli"
|
||||
"1password"
|
||||
];
|
||||
# Alternatively, you could also just allow all unfree packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue