summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-22 02:54:08 +0100
committeradikro <adikro@disroot.org>2025-11-22 02:54:08 +0100
commit3f7ae94d68e5569915ac4f5d804cf887a6ebbce5 (patch)
tree97f6ae075b1f5569b1e2d649852d3c39f37b3515 /hosts/desktop/configuration.nix
parentd3c39950f6c17c621acd0f395bd5a603a7957feb (diff)
kernel stuff and configured nixcord a bit
Diffstat (limited to 'hosts/desktop/configuration.nix')
-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";