nixbook: fix xdph and update nixvim bindings

This commit is contained in:
Tristan 2024-07-31 17:11:51 +01:00
parent ee31c8b2f9
commit 8358376a4a
2 changed files with 9 additions and 3 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 = {