ops/nixos/graphical-client: enable gnome-keyring
This commit is contained in:
parent
afae9bec9a
commit
d8186b8f14
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
||||||
};
|
};
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
services.dbus.packages = [ depot.nix.pkgs.flameshot ];
|
services.dbus.packages = [ depot.nix.pkgs.flameshot ];
|
||||||
systemd.packages = [ depot.nix.pkgs.flameshot ];
|
systemd.packages = [ depot.nix.pkgs.flameshot ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue