From 3f7ae94d68e5569915ac4f5d804cf887a6ebbce5 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 22 Nov 2025 02:54:08 +0100 Subject: kernel stuff and configured nixcord a bit --- hosts/desktop/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'hosts') 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"; -- cgit v1.3