diff options
| author | Fuwn <[email protected]> | 2024-09-23 04:43:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 04:44:14 -0700 |
| commit | a7729c0fc985afb47cd9132d8a1705d637256530 (patch) | |
| tree | f44c9afef095b34b2d8070e320ebc639d0fd6298 /home/ebisu/fortune/system | |
| parent | modules: move shared access modules to core (diff) | |
| download | nixos-config-a7729c0fc985afb47cd9132d8a1705d637256530.tar.xz nixos-config-a7729c0fc985afb47cd9132d8a1705d637256530.zip | |
ebisu: replace flake editor with zed
Diffstat (limited to 'home/ebisu/fortune/system')
| -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 5b96479..51ddec6 100644 --- a/home/ebisu/fortune/system/variables.nix +++ b/home/ebisu/fortune/system/variables.nix @@ -16,7 +16,7 @@ TERMINAL = "kitty"; TERMINAL_PROG = "kitty"; BROWSER = "zen"; - FLAKE_EDITOR = "code"; + FLAKE_EDITOR = "zed"; # Home directory clean-up # https://github.com/NixOS/nixpkgs/issues/224525#issuecomment-1945290961 |