modules/nixos/desktop/niri.nix: add secret portal config
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -49,10 +49,15 @@ in {
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
config.common.default = [
|
||||
config.common = {
|
||||
default = [
|
||||
"gnome"
|
||||
"gtk"
|
||||
];
|
||||
"org.freedesktop.impl.portal.Secret" = [
|
||||
"gnome-keyring"
|
||||
];
|
||||
};
|
||||
};
|
||||
programs.regreet.enable = true;
|
||||
services.greetd = {
|
||||
|
Reference in New Issue
Block a user