Add prusa-slicer to Northstar
This commit is contained in:
parent
9c2f44f00e
commit
e7423aff20
|
@ -1,4 +1,8 @@
|
||||||
{ ... }:
|
{ pkgs, username, ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./laptop.nix ];
|
imports = [ ./laptop.nix ];
|
||||||
|
home-manager.users.${username} = {
|
||||||
|
home.packages = [ pkgs.prusa-slicer ];
|
||||||
|
};
|
||||||
|
hardware.amdgpu.initrd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue