1
0
nixfiles/hosts/zinc/programs.nix
2024-11-10 20:05:18 +01:00

15 lines
183 B
Nix

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