1
0
nixfiles/hosts/zinc/programs.nix

15 lines
183 B
Nix
Raw Normal View History

2024-02-07 17:36:00 +01:00
{ pkgs, ... }:
2024-02-07 17:35:28 +01:00
{
users.users.clerie.packages = with pkgs; [
firefox
blender
2024-10-25 14:40:34 +02:00
#cura # libarcus library is currently broken, required for curaengine
2024-11-10 20:05:18 +01:00
mumble
2024-02-07 17:35:28 +01:00
];
}