update
This commit is contained in:
parent
04c6cd8cd9
commit
b1fdc9b5a6
7 changed files with 62 additions and 51 deletions
|
|
@ -11,10 +11,10 @@ in
|
|||
auto_styling.enable = true;
|
||||
ollama.enable = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-runtime-ext
|
||||
];
|
||||
hardware.opengl.extraPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
hardware.graphics.extraPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
environment.systemPackages = [ pkgs.rocmPackages.clr.icd ];
|
||||
boot.kernelModules = [ "amdgpu" ];
|
||||
|
||||
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
||||
input.kb_layout = mkHostOverride "us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue