summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-12 23:12:17 +0100
committeradikro <adikro@disroot.org>2025-11-12 23:12:17 +0100
commitb48b636aaa22b29000ca686dfc0568cfeb7c2af9 (patch)
tree6097ece800ac98f85d70b79bee13e926a6458866 /hosts
parent561db603d2d0ada8ceeae9f285e240638f1263e5 (diff)
updated binds, removed firefox and librewolf
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index 599302d..a07a028 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -11,7 +11,6 @@
../../modules/audio.nix
../../modules/networking.nix
../../modules/scx.nix
- ../../modules/firefox.nix
../../modules/tor.nix
../../modules/disko.nix
inputs.home-manager.nixosModules.home-manager
@@ -58,7 +57,7 @@ hardware.cpu.amd.updateMicrocode = true;
services.xserver.videoDrivers = [ "amdgpu" ];
hardware.sensor.iio.enable = true;
services.lact.enable = true;
-environment.variables.AMD_VULKAN_ICD = "RADV";
+#environment.variables.AMD_VULKAN_ICD = "RADV";
hardware.amdgpu.initrd.enable = true;
programs.hyprland.enable = true;
@@ -74,6 +73,7 @@ programs.hyprland.package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.
graphics = {
enable = true;
enable32Bit = true;
+ extraPackages = with pkgs; [vulkan-tools amdvlk];
};
};