This commit is contained in:
Lilith 2025-04-14 23:46:25 +02:00
parent 8d4db8e8ca
commit 04c6cd8cd9
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
12 changed files with 81 additions and 19 deletions

View file

@ -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";