diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-30 12:33:55 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-30 12:33:55 -0400 |
| commit | 08e6294366ed9a42b5b08e4d38f60567b91d858c (patch) | |
| tree | 36268a87ff2898b9173939dc23ebfa110a5f21b4 /hyprland | |
| parent | add space after username in prompt for starship because it looks better (diff) | |
| download | nixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.tar.gz nixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.tar.bz2 nixos-08e6294366ed9a42b5b08e4d38f60567b91d858c.zip | |
tmux and neovim config
Diffstat (limited to '')
| -rw-r--r-- | hyprland/hyprland.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 74b4a43..4ac79db 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -10,6 +10,8 @@ systemd.enable = false; settings = { env = [ + "EDITOR,nvim" + "VISUAL,nvim" "HYPRCURSOR_THEME,Bibata-Original-Classic" "HYPRCURSOR_SIZE,24" ]; |
