summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 4b629d4..824f421 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -55,6 +55,7 @@ programs.steam = {
protontricks.enable = true;
extraCompatPackages = with pkgs; [
+ proton-cachyos_nightly_x86_64_v4
proton-cachyos_x86_64_v4
proton-ge-custom
];
@@ -81,7 +82,6 @@ environment.variables.AMD_VULKAN_ICD = "RADV";
amdgpu = {
initrd.enable = true;
overdrive.enable = true;
- opencl.enable = true;
};
};
@@ -89,6 +89,9 @@ chaotic = {
mesa-git = {
enable = true;
fallbackSpecialisation = false;
+ extraPackages = with pkgs; [
+ mesa_git.opencl
+ ];
};
};
@@ -97,6 +100,10 @@ services.dbus.enable = true;
xdg.portal = {
enable = true;
wlr.enable = true;
+ extraPortals = with pkgs; [
+ xdg-desktop-portal-gtk
+ xdg-desktop-portal-gnome
+ ];
};
time.timeZone = "Europe/Warsaw";