Move ktorrent and CAD/modelling programs to Vanguard only

This commit is contained in:
Evie Litherland-Smith 2024-08-26 12:18:00 +01:00
parent 1660d57678
commit 637c0ea658
2 changed files with 8 additions and 8 deletions

View file

@ -6,6 +6,13 @@
./streaming/default.nix
./desktop/plasma/default.nix
];
home.packages = with pkgs; [
kdePackages.ktorrent
blender
freecad
openscad
kicad-small
];
programs.plasma = {
configFile = {
bluedevilglobalrc.Global.launchState.value = "enable";

View file

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