diff options
| author | Fuwn <[email protected]> | 2024-09-03 02:55:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-03 02:55:51 -0700 |
| commit | b2fc849725424b683bc96ac29fb298dea4472d80 (patch) | |
| tree | a9297f071b3e14128caa3a90fe722972665aa1e8 /home | |
| parent | modules (diff) | |
| download | nixos-config-b2fc849725424b683bc96ac29fb298dea4472d80.tar.xz nixos-config-b2fc849725424b683bc96ac29fb298dea4472d80.zip | |
tings
Diffstat (limited to 'home')
| -rw-r--r-- | home/ebisu/fortune/system/variables.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/ebisu/fortune/system/variables.nix b/home/ebisu/fortune/system/variables.nix index 818e535..87f0c78 100644 --- a/home/ebisu/fortune/system/variables.nix +++ b/home/ebisu/fortune/system/variables.nix @@ -11,7 +11,7 @@ FLAKE = "${config.home.homeDirectory}/nixos-config"; # Default programs - EDITOR = "nvim"; + EDITOR = "lvim"; TERMINAL = "kitty"; TERMINAL_PROG = "kitty"; BROWSER = "zen"; |