1
0
nixfiles/hosts/zinc/programs.nix

17 lines
206 B
Nix

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