nixos/home/personal.nix
Evie Litherland-Smith 502e723931 Move autostarts out of personal.nix and work.nix
Move to specific machines because I don't want the programs
autostarting on laptops
2024-08-04 10:43:27 +01:00

12 lines
169 B
Nix

{ pkgs, ... }:
{
imports = [ ./default.nix ];
home.packages = with pkgs; [
kdePackages.ktorrent
prusa-slicer
blender
openscad
kicad-small
];
}