update no 3247098

This commit is contained in:
shibazaki 2025-03-18 21:16:56 +01:00
parent 72bee5ac46
commit df070e7f53
2 changed files with 9 additions and 5 deletions

6
flake.lock generated
View File

@ -427,11 +427,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1742297408, "lastModified": 1742326985,
"narHash": "sha256-Xn3vzG7dhQlK26B0vUeModxYC8UD/6OhOi+5vqYV6Y4=", "narHash": "sha256-jC+nvjIdWQnvi7qmraIqAv6pcUzJpE89ug6BSbKhIkA=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "cca0f48b74e87f86244f5773c42d9ade84683f3b", "rev": "03385fc07f82bb891ded33db464397d867eb503d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,7 +1,11 @@
{pkgs, ...}: { {
pkgs,
inputs,
...
}: {
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
portalPackage = pkgs.xdg-desktop-portal-hyprland; portalPackage = pkgs.xdg-desktop-portal-kde;
}; };
} }