From 2ea2c4ee8c36927036934d9d563998adf48b4bcc Mon Sep 17 00:00:00 2001 From: adikro Date: Sun, 30 Nov 2025 17:43:12 +0100 Subject: yeah i forgot what i did here --- hosts/desktop/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 50dc3a3..f22c4d6 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -36,7 +36,7 @@ enable = true; plugins = [ pkgs.xfce.thunar-volman - pkgs.xfce.thunar-vcs-plugins + pkgs.xfce.thunar-vcs-plugin pkgs.xfce.thunar-archive-plugin ]; }; @@ -79,7 +79,6 @@ hardware.cpu.amd.updateMicrocode = true; services.xserver.videoDrivers = [ "amdgpu" ]; hardware.sensor.iio.enable = true; services.lact.enable = true; -environment.variables.AMD_VULKAN_ICD = "RADV"; nix.settings = { trusted-users = [ "root" "adam" ]; @@ -101,7 +100,7 @@ environment.variables.AMD_VULKAN_ICD = "RADV"; chaotic = { mesa-git = { enable = true; - fallbackSpecialisation = false; + fallbackSpecialisation = true; extraPackages = with pkgs; [ mesa_git.opencl ]; @@ -116,13 +115,6 @@ xdg.portal = { wlr = { enable = true; }; - config = { - common = { - default = [ - "gtk" - ]; - }; - }; extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; -- cgit v1.3