diff --git a/home/packages.nix b/home/packages.nix index 48e8ee0..6474a8a 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -58,6 +58,14 @@ in zenity # For creating dialogs during install script zathura # Minimal PDF viewer ]; + home.file.".config/hypr/.luarc.json" = { + force = true; + text = '' +{ + "workspace.library": ["${pkgs.hyprland}/share/hypr/stubs"] +} + ''; + }; # xdg.desktopEntries.enpass = { # type = "Application"; # name = "Enpass"; diff --git a/system/hardware.nix b/system/hardware.nix index c74144c..d1530c6 100644 --- a/system/hardware.nix +++ b/system/hardware.nix @@ -9,7 +9,7 @@ enable32Bit = true; }; - opentabletdriver.enable = true; + # opentabletdriver.enable = true; uinput.enable = true; }; boot.kernelModules = [ "uinput" ];