updates 1password to unstable
This commit is contained in:
parent
13c2365b7b
commit
a3f2a17dbe
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, pkgs-unstable, ... }:
|
||||||
{
|
{
|
||||||
# Enables the 1Password CLI
|
# Enables the 1Password CLI
|
||||||
programs._1password = {
|
programs._1password = {
|
||||||
@ -9,6 +9,7 @@
|
|||||||
programs._1password-gui = {
|
programs._1password-gui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
polkitPolicyOwners = [ "menno" ];
|
polkitPolicyOwners = [ "menno" ];
|
||||||
|
package = pkgs-unstable._1password-gui;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user