From e1434cc0b1d3e4d47bb5457f4aa2f885b6215261 Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 25 Jun 2023 10:30:57 +0200 Subject: [PATCH] ZeNixComupta: Add cura --- hostconfig/ZeNixComputa/hm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hostconfig/ZeNixComputa/hm.nix b/hostconfig/ZeNixComputa/hm.nix index 1e45207..1c7877b 100644 --- a/hostconfig/ZeNixComputa/hm.nix +++ b/hostconfig/ZeNixComputa/hm.nix @@ -5,6 +5,7 @@ }: { home.username = "${config.extraInfo.username}"; home.homeDirectory = "/home/${config.extraInfo.username}"; + home.packages = with pkgs; [cura]; programs.git = { userName = "traxys";