Compare commits

..

No commits in common. "ab1086d9ad6e2c068771336267d3762e6b746588" and "a59545e818c08a5e78a0b4b0359b65e0ef095b66" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View file

@ -10,6 +10,7 @@
./streaming/default.nix
./desktop/plasma/default.nix
];
home.packages = with pkgs; [blender prusa-slicer];
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
config = {
output = {

View file

@ -57,5 +57,4 @@ with epkgs; [
elfeed
elfeed-org
elfeed-tube
scad-mode
]

View file

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