1
0
nixfiles/hosts/zinc/programs.nix
2024-10-25 14:40:34 +02:00

13 lines
171 B
Nix

{ pkgs, ... }:
{
users.users.clerie.packages = with pkgs; [
firefox
blender
#cura # libarcus library is currently broken, required for curaengine
];
}