dotfiles/users/josh/home_manager/slicer.nix
2024-05-30 22:58:52 -05:00

4 lines
60 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.prusa-slicer ];
}