aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/hjem.nix
blob: 3ab44d4d95f5972d7f1a77bbaa2c8017a7da68b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{pkgs, ...}: {
  packages = with pkgs; [
    gimp
    qbittorrent
    bottles

    vital
    musescore
    qpwgraph
  ];
}