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]; }; }; }