Files
dotfiles/home/services/xdg.nix
servius 325705f4cb
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat: Disable ollama for shiro (mlx not working)
2026-03-11 13:08:17 +05:30

20 lines
335 B
Nix

{
pkgs,
lib,
device,
inputs,
...
}: {
xdg.portal = {
enable = device.is "ryu";
config = {
hyprland.default = ["hyprland"];
common.default = ["*" "hyprland"];
};
};
}
# // lib.optionalAttrs (device.is "ryu") {
# environment.pathsToLink = ["/share/xdg-desktop-portal" "/share/applications"];
# }