diff --git a/system/Northstar.nix b/system/Northstar.nix index 003f39f5..fce57a1e 100644 --- a/system/Northstar.nix +++ b/system/Northstar.nix @@ -1,4 +1,8 @@ -{ ... }: +{ pkgs, username, ... }: { imports = [ ./laptop.nix ]; + home-manager.users.${username} = { + home.packages = [ pkgs.prusa-slicer ]; + }; + hardware.amdgpu.initrd.enable = true; }