programs/kiwmi: fix module again :)

This commit is contained in:
Gabriel Arazas 2022-09-28 08:55:30 +08:00
parent 35c27749c5
commit cd9e1f7667

View File

@ -27,7 +27,7 @@ in {
xdg.portal = { xdg.portal = {
enable = true; enable = true;
extraPortal = [ pkgs.xdg-desktop-portal-wlr ]; extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
}; };
}; };
} }