ZeNixComupta: Add cura

This commit is contained in:
traxys 2023-06-25 10:30:57 +02:00
parent 19473edd6c
commit e1434cc0b1

View file

@ -5,6 +5,7 @@
}: {
home.username = "${config.extraInfo.username}";
home.homeDirectory = "/home/${config.extraInfo.username}";
home.packages = with pkgs; [cura];
programs.git = {
userName = "traxys";