Add neovide alias without using multigrid (for noice)
This commit is contained in:
parent
172d094b56
commit
58ed61d485
6
home/env/bash.nix
vendored
6
home/env/bash.nix
vendored
|
@ -4,11 +4,9 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
nr = "sudo nixos-rebuild";
|
||||
hm = "home-manager";
|
||||
lg = "lazygit";
|
||||
nv = "neovide --multigrid --maximized";
|
||||
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized";
|
||||
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
|
||||
neovide = "WINIT_UNIX_BACKEND=x11 neovide";
|
||||
};
|
||||
};
|
||||
programs.keychain.enableBashIntegration = true;
|
||||
|
|
1
home/env/fish.nix
vendored
1
home/env/fish.nix
vendored
|
@ -6,6 +6,7 @@
|
|||
shellAbbrs = {
|
||||
lg = "lazygit";
|
||||
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
|
||||
neovide = "WINIT_UNIX_BACKEND=x11 neovide";
|
||||
};
|
||||
};
|
||||
programs.keychain.enableFishIntegration = true;
|
||||
|
|
4
home/env/zsh.nix
vendored
4
home/env/zsh.nix
vendored
|
@ -6,8 +6,8 @@
|
|||
shellAliases = {
|
||||
ll = "ls -l";
|
||||
lg = "lazygit";
|
||||
nv = "neovide --multigrid --maximized";
|
||||
xnv = "WINIT_UNIX_BACKEND=x11 neovide --multigrid --maximized";
|
||||
hypr = "Hyprland -c $HOME/.config/hypr/hyprland-$(hostname).conf";
|
||||
neovide = "WINIT_UNIX_BACKEND=x11 neovide";
|
||||
};
|
||||
history = {
|
||||
size = 10000;
|
||||
|
|
Loading…
Reference in a new issue