aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/hjem.nix
blob: 3c855217e71b025764d753e8d8f936abfa90d2a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{pkgs, ...}: {
  packages = with pkgs; [
    orca-slicer
    bambu-studio

    freecad-wayland
    gimp
    qbittorrent
    bottles

    vital
    musescore
    helvum
  ];
}