Fix packages & add ghostty

This commit is contained in:
blahai 2025-01-01 15:55:38 +02:00
parent 2d9b1f5df7
commit ab60fb9fcb
No known key found for this signature in database
9 changed files with 185 additions and 46 deletions

View file

@ -42,7 +42,7 @@
};
hardware = {
amdgpu.opencl.enable = true; # For davinci-resolve
# amdgpu.opencl.enable = true; # For davinci-resolve
opentabletdriver = {
enable = true; # For osu!
daemon.enable = true;
@ -56,7 +56,6 @@
extraPackages = with pkgs; [
mesa.drivers
egl-wayland
rocmPackages.clr.icd
amdvlk
libva
libva-utils

View file

@ -4,6 +4,5 @@
useRoutingFeatures = "client";
};
environment.systemPackages = with pkgs; [
trayscale
];
}

View file

@ -53,6 +53,6 @@ in {
pciutils
virt-manager
moonlight-qt # for linux vms
looking-glass-client # for windows vms :husk:
# looking-glass-client # for windows vms :husk:
];
}