feat(waybar): fix wrapper

This commit is contained in:
Artur Manuel 2025-01-25 18:20:07 +00:00
commit b9b0d018b8
6 changed files with 29 additions and 7 deletions

View file

@ -18,6 +18,16 @@ in {
enable = true;
configPackages = [cfg.package];
extraPortals = [pkgs.xdg-desktop-portal-gnome];
config = {
niri = {
default = [
"gnome"
];
"org.freedesktop.impl.portal.Secret" = [
"gnome-keyring"
];
};
};
};
environment.systemPackages = [