Modified ghostty config & home.nix
This commit is contained in:
parent
335058a777
commit
0a93fdaf3f
2 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
d = "cd ~/Documents";
|
||||
D = "cd ~/Downloads";
|
||||
dot = "cd ~/dotfiles";
|
||||
g = "git";
|
||||
};
|
||||
|
||||
initContent = ''
|
||||
|
|
@ -88,7 +89,7 @@
|
|||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "emacs";
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue