From d4b3e4b8e74e79c36378dfbbc6c5b6c629782f50 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 17 Jul 2023 09:31:08 +0100 Subject: [PATCH] Change neovide shortcut to make work on wayland --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 2b10a468..013dc550 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -23,7 +23,7 @@ in { ll = "ls -laF"; gg = "gitui"; lg = "lazygit"; - nv = "neovide --multigrid --maximized"; + nv = "env -u WAYLAND_DISPLAY neovide --multigrid --maximized"; nixos-upgrade = "sudo nixos-rebuild switch --flake ${flakeURL}"; home-manager-switch = "${pkgs.home-manager}/bin/home-manager switch --flake ${flakeURL}"; };