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

    vital
    musescore
  ];
}