diff --git a/hosts/desktops/rotterdam.nix b/hosts/desktops/rotterdam.nix index 42ab15e..2720ab7 100644 --- a/hosts/desktops/rotterdam.nix +++ b/hosts/desktops/rotterdam.nix @@ -29,6 +29,8 @@ }; }; + environment.systemPackages = with pkgs; [ ollama ]; + hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; systemd.targets.hibernate.enable = false; # disable non-functional hibernate