Merge branch 'nixbook/master' into zenix/master

This commit is contained in:
tristan 2024-07-31 17:25:16 +01:00
commit d92c611857
2 changed files with 32 additions and 1 deletions

View file

@ -22,7 +22,7 @@ in {
xdg.portal = {
enable = true;
configPackages = [pkgs.hyprland];
extraPortals = [pkgs.xdg-desktop-portal-gtk];
extraPortals = [pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-hyprland];
};
services.hypridle = {