mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #496 from genebean/messenger-ghostty
FB Messenger & Ghostty
This commit is contained in:
commit
9a20cd567f
3 changed files with 9 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"
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,7 @@
|
||||||
"HomeCam" = 1292995895;
|
"HomeCam" = 1292995895;
|
||||||
"Keeper Password Manager" = 414781829;
|
"Keeper Password Manager" = 414781829;
|
||||||
"MeetingBar" = 1532419400;
|
"MeetingBar" = 1532419400;
|
||||||
|
"Messenger" = 1480068668;
|
||||||
"Microsoft Remote Desktop" = 1295203466;
|
"Microsoft Remote Desktop" = 1295203466;
|
||||||
"Telegram" = 747648890;
|
"Telegram" = 747648890;
|
||||||
"WhatsApp Messenger" = 310633997;
|
"WhatsApp Messenger" = 310633997;
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,14 @@
|
||||||
} + "/themes/frappe.conf");
|
} + "/themes/frappe.conf");
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.vscode = {
|
programs = {
|
||||||
|
ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
vscode = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.dunst = {
|
services.dunst = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue