aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/home.nix
blob: ffc20ab05596ae60b63e003a2f59cf715e47782c (plain)
1
2
3
4
5
6
7
8
9
10
11
{pkgs, ...}: {
  home.preferXdgDirectories = true;
  home.packages = with pkgs; [
    bambu-studio
    freecad-wayland
    gimp
    wine64
  ];

  home.stateVersion = "25.05";
}