mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Enable Ghostty
This commit is contained in:
parent
b37b7ebf41
commit
a0f8f65b60
2 changed files with 8 additions and 2 deletions
|
|
@ -52,6 +52,7 @@
|
||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
"font-inconsolata-g-for-powerline"
|
"font-inconsolata-g-for-powerline"
|
||||||
"font-source-code-pro-for-powerline"
|
"font-source-code-pro-for-powerline"
|
||||||
|
"ghostty"
|
||||||
"gitkraken"
|
"gitkraken"
|
||||||
"gitkraken-cli"
|
"gitkraken-cli"
|
||||||
"handbrake"
|
"handbrake"
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,13 @@
|
||||||
} + "/themes/frappe.conf");
|
} + "/themes/frappe.conf");
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.vscode = {
|
programs = {
|
||||||
enable = true;
|
ghostty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.dunst = {
|
services.dunst = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue