mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added ghosted (or tried to)
This commit is contained in:
parent
8f1dd7388e
commit
9b9becb2c1
6 changed files with 263 additions and 26 deletions
|
@ -41,6 +41,7 @@ in {
|
|||
(modules)
|
||||
brave
|
||||
flameshot
|
||||
# ghostty
|
||||
misc-android
|
||||
misc-desktop
|
||||
misc-internet
|
||||
|
|
|
@ -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
7
home/modules/ghostty.nix
Executable file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
|
||||
}
|
|
@ -2,7 +2,6 @@
|
|||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
ardour
|
||||
reaper
|
||||
yabridge
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue