Fix rot8000

This commit is contained in:
Harald Hoyer 2024-11-29 12:10:02 +01:00
parent 0101bf1140
commit 0767577099
2 changed files with 13 additions and 1 deletions

View file

@ -170,6 +170,12 @@ in
};
programs.git.enable = true;
programs.git.config = {
"filter \"rot8000\"" = {
smudge = "${pkgs.metacfg.rot8000}/bin/rot8000";
clean = "${pkgs.metacfg.rot8000}/bin/rot8000";
};
};
virtualisation.libvirtd.enable = true;