Add prusa-slicer to Northstar installed packages

This commit is contained in:
Evie Litherland-Smith 2024-07-21 08:33:41 +01:00
parent efb4ee6680
commit 443366188b

View file

@ -1,12 +1,14 @@
{
config,
lib,
pkgs,
...
}: {
imports = [
./personal.nix
./desktop/plasma/default.nix
];
home.packages = with pkgs; [prusa-slicer];
programs.plasma = lib.mkIf config.programs.plasma.enable {
configFile.kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
};