nixos-config/2configs/tools/maker.nix

21 lines
321 B
Nix
Raw Normal View History

2022-09-23 23:01:28 +02:00
{ pkgs, ... }:
{
users.users.makefu.packages = with pkgs; [
# media
picard
asunder
#darkice
lame
# creation
blender
openscad
# slicing
2024-05-31 10:52:26 +02:00
#cura
2022-09-23 23:01:28 +02:00
chitubox
2024-08-04 23:31:57 +02:00
# cura
bambu-studio
2022-09-23 23:01:28 +02:00
];
2024-05-31 10:52:26 +02:00
xdg.portal.enable = true;
#xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
2022-09-23 23:01:28 +02:00
}