nixos/cosmic: enable gnome-keyring
This commit is contained in:
parent
b2a2bdbd8a
commit
aa94855506
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pavucontrol
|
pavucontrol
|
||||||
];
|
];
|
||||||
|
services.gnome.gnome-keyring.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue