create svg of dependency tree with nixsize

This commit is contained in:
Christoph Hollizeck 2024-03-27 14:27:19 +01:00
parent fc257cfb03
commit 9ee92c5a0d
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 26 additions and 0 deletions

View file

@ -12,6 +12,7 @@ with lib.wyrdgard; {
virtualisation.hypervGuest.videoMode = "1920x1080";
environment.systemPackages = with pkgs; [
];
environment.variables.EDITOR = "nvim";