aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/home.nix
blob: 137c74af401ac007ed08c5d4308aabdd09138969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{pkgs, ...}: {
  home.preferXdgDirectories = true;
  home.packages = with pkgs; [
    orca-slicer
    freecad-wayland
    gimp
    qbittorrent
    bottles
    musescore
  ];

  home.stateVersion = "25.05";
}