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 ./streaming/default.nix
./desktop/plasma/default.nix ./desktop/plasma/default.nix
]; ];
home.packages = with pkgs; [blender prusa-slicer];
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable { wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
config = { config = {
output = { output = {

View file

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

View file

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