aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/hjem.nix
blob: 33d260a76cb62b4e30c2b3888d9123b5441e0a65 (plain)
1
2
3
4
5
6
7
8
9
10
{pkgs, ...}: {
  packages = with pkgs; [
    orca-slicer
    freecad-wayland
    gimp
    qbittorrent
    bottles
    musescore
  ];
}