From c030a0385ad0e15295ac1279b94bb595905a5f25 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 8 Nov 2023 11:16:56 +0300 Subject: [PATCH] Fix Hyprland config --- machines/enka/hyprland/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index ef2d991..2da1a48 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -1,4 +1,8 @@ -{ lib, pkgs, hyprland, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate +{ lib, pkgs, hyprland, systemConfiguration, homeConfiguration, homePackages, enabled, ... }: lib.recursiveUpdate3 + +(systemConfiguration { + hardware.opengl = enabled {}; +}) (homeConfiguration "nixos" { wayland.windowManager.hyprland = enabled { @@ -55,7 +59,7 @@ bind = SUPER, F, fullscreen bind = SUPER+SHIFT, F, togglefloating - bind = SUPER, , exec, fuzzel + bind = SUPER, C, exec, fuzzel bind = SUPER, T, exec, kitty bind = SUPER, W, exec, firefox bind = SUPER, D, exec, discord @@ -110,8 +114,6 @@ animate_manual_resizes = true animate_mouse_windowdragging = true - - disable_autoreload = true } ''; };