Files
dotfiles/home/services/remmina.nix
uttarayan21 99b4fb3ad1
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
chore(flake): update nixpkgs and stylix to 25.11, update dependencies and disable stylix for tsuba
2026-01-04 08:52:09 +05:30

8 lines
143 B
Nix

{device, ...}: {
services.remmina = {
enable = device.is "ryu";
systemdService.enable = true;
addRdpMimeTypeAssoc = true;
};
}