updated home-manager config
This commit is contained in:
parent
7858da3938
commit
ae9cf7e038
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -225,7 +225,8 @@
|
||||||
# if you don't want to manage your shell through Home Manager.
|
# if you don't want to manage your shell through Home Manager.
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
TERMINAL = "kitty";
|
VISUAL = "nvim";
|
||||||
|
TERMINAL = "ghostty";
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue