Add prusa-slicer to Northstar

This commit is contained in:
Evie Litherland-Smith 2024-09-08 10:42:10 +01:00
parent 9c2f44f00e
commit e7423aff20

View file

@ -1,4 +1,8 @@
{ ... }:
{ pkgs, username, ... }:
{
imports = [ ./laptop.nix ];
home-manager.users.${username} = {
home.packages = [ pkgs.prusa-slicer ];
};
hardware.amdgpu.initrd.enable = true;
}