tried and failed hyprland on lio again, kvm switch still fails

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-30 16:04:06 -05:00
parent e8f3324000
commit 772ac8b54e
5 changed files with 498 additions and 25 deletions

View file

@ -112,10 +112,12 @@ with lib;
enable = true;
extraPortals = lib.mkForce [
hyprlandPkgs.xdg-desktop-portal-hyprland
# hyprlandPkgs.xdg-desktop-portal-wlr
hyprlandPkgs.xdg-desktop-portal-gtk
];
config.common.default = [
"hyprland"
# "wlr"
"gtk"
];
};