From 8f8b370e470c8b65fb41115ac1b67b19d61d4012 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 4 Oct 2025 10:23:03 +0500 Subject: [PATCH] fix: update hyprland config, remove amdvlk --- dotfiles/hypr/hyprland.conf | 5 ----- home/shahab/common/optional/hyprland.nix | 8 ++++++-- hosts/nixos/rihla/hardware-configuration.nix | 1 - 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/dotfiles/hypr/hyprland.conf b/dotfiles/hypr/hyprland.conf index 79c051f..d0d595f 100644 --- a/dotfiles/hypr/hyprland.conf +++ b/dotfiles/hypr/hyprland.conf @@ -186,11 +186,6 @@ input { } } -# https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = false -} - # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device { diff --git a/home/shahab/common/optional/hyprland.nix b/home/shahab/common/optional/hyprland.nix index ac294f5..f9d4985 100644 --- a/home/shahab/common/optional/hyprland.nix +++ b/home/shahab/common/optional/hyprland.nix @@ -6,8 +6,12 @@ }: { home = { file = { - "${config.xdg.configHome}/hypr".source = - config.lib.file.mkOutOfStoreSymlink "${lib.custom.relativeToRoot "dotfiles/hypr"}"; + "${config.xdg.configHome}/hypr/hyprland.conf".source = + config.lib.file.mkOutOfStoreSymlink "${lib.custom.relativeToRoot "dotfiles/hypr/hyprland.conf"}"; + "${config.xdg.configHome}/hypr/hypridle.conf".source = + config.lib.file.mkOutOfStoreSymlink "${lib.custom.relativeToRoot "dotfiles/hypr/hypridle.conf"}"; + "${config.xdg.configHome}/hypr/hyprlock.conf".source = + config.lib.file.mkOutOfStoreSymlink "${lib.custom.relativeToRoot "dotfiles/hypr/hyprlock.conf"}"; "${config.xdg.configHome}/waybar".source = config.lib.file.mkOutOfStoreSymlink "${lib.custom.relativeToRoot "dotfiles/waybar"}"; "${config.xdg.configHome}/wofi".source = diff --git a/hosts/nixos/rihla/hardware-configuration.nix b/hosts/nixos/rihla/hardware-configuration.nix index 7be279f..7515487 100644 --- a/hosts/nixos/rihla/hardware-configuration.nix +++ b/hosts/nixos/rihla/hardware-configuration.nix @@ -42,7 +42,6 @@ lib.mkDefault config.hardware.enableRedistributableFirmware; graphics = { enable = true; - extraPackages = with pkgs; [amdvlk]; }; }; }