diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 59bc8f66..666e8116 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -87,6 +87,10 @@ in programs.hyprland = { enable = true; }; + + # piece of shit thanks! + services.emacs.startWithGraphical = false; + home-manager.users.sako = { pkgs , ...}: { home.pointerCursor = { name = "Catppuccin-Mocha-Dark";