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