Merge branch 'nixbook/master' into zenix/master

This commit is contained in:
tristan 2024-08-03 13:11:33 +01:00
commit 7b943ae1f6
4 changed files with 14 additions and 2 deletions

View file

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