feat: added ghosted (or tried to)

This commit is contained in:
Nick 2024-12-28 03:19:37 -06:00
parent 8f1dd7388e
commit 9b9becb2c1
6 changed files with 263 additions and 26 deletions

View file

@ -41,6 +41,7 @@ in {
(modules)
brave
flameshot
# ghostty
misc-android
misc-desktop
misc-internet

View file

@ -12,7 +12,7 @@
name = "Door Dash";
url = "https://www.doordash.com";
tags = ["doordash" "door" "dash" "food"];
keyword = "Amazon";
keyword = "Dash";
}
{
name = "Fiverr";

7
home/modules/ghostty.nix Executable file
View file

@ -0,0 +1,7 @@
{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
}

View file

@ -2,7 +2,6 @@
home.packages = builtins.attrValues {
inherit
(pkgs)
ardour
reaper
yabridge
;