Auto-commit: 2026-01-05 17:21:48

This commit is contained in:
2026-01-05 17:21:48 +00:00
parent cf9d54ec91
commit 03ad957d4c

View File

@@ -1,17 +0,0 @@
{ pkgs, inputs, ...}:
{
xdg = {
enable = true;
mime.enable = true;
mimeApps.enable = true;
portal = {
enable = true;
extraPortals = [
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
configPackages = [inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland];
};
};
}