wm/niri: Fix formatting

This commit is contained in:
traxys 2025-08-19 22:20:08 +02:00
parent 93b960ab19
commit 819e56203c

View file

@ -13,7 +13,7 @@ lib.mkIf (config.traxys.wm == "niri") {
services.gnome-keyring.enable = true;
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gnome];
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
configPackages = [ config.programs.niri.package ];
};