configures ghostty
This commit is contained in:
parent
6fa7ea037e
commit
b6159d3ecd
2 changed files with 49 additions and 6 deletions
|
|
@ -199,7 +199,11 @@
|
|||
services.tailscale.enable = true;
|
||||
|
||||
# Environment & session variables
|
||||
environment.variables.EDITOR = "nvim";
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
SYSTEMD_EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
};
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue