ollama
This commit is contained in:
parent
8d4db8e8ca
commit
04c6cd8cd9
12 changed files with 81 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
let
|
||||
mkHostOverride = lib.mkOverride 75;
|
||||
in
|
||||
|
|
@ -9,6 +9,12 @@ in
|
|||
gaming.enable = true;
|
||||
nfs.client.enable = true;
|
||||
auto_styling.enable = true;
|
||||
ollama.enable = true;
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-runtime-ext
|
||||
];
|
||||
|
||||
home-manager.users."lilith".wayland.windowManager.hyprland.settings = {
|
||||
input.kb_layout = mkHostOverride "us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue