This commit is contained in:
Aleksandr Lebedev 2025-10-27 21:36:43 +01:00
parent d4cc3433a8
commit 4e6dabab26
3 changed files with 51 additions and 46 deletions

View file

@ -407,6 +407,10 @@ in
};
};
xdg.portal.extraPortals = with pkgs;[
xdg-desktop-portal-gtk
];
services.hypridle = let
niri = lib.getExe config.programs.niri.package;
loginctl = "${pkgs.systemd}/bin/loginctl";