aarpc, amdgpu steamvr fix, deadbeef, 😭

This commit is contained in:
k3t
2026-07-10 23:44:41 -06:00
parent 7c0ab9e7a4
commit 6514158245
8 changed files with 147 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ config, pkgs, ... }: {
gtk = {
enable = true;
enable = false;
colorScheme = "dark";
cursorTheme = {
name = "WhiteSur-cursors";
@@ -20,4 +20,4 @@
theme = config.gtk.theme;
};
};
}
}