summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-30 17:43:12 +0100
committeradikro <adikro@disroot.org>2025-11-30 17:43:12 +0100
commit2ea2c4ee8c36927036934d9d563998adf48b4bcc (patch)
treeadc70c57ff4b8c4764dc4ec319f1db522781c47e /hosts/desktop/configuration.nix
parent896e7b5791c4723313790b1e07e867fcd7003212 (diff)
yeah i forgot what i did here
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix12
1 files changed, 2 insertions, 10 deletions
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
];