mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added glance
This commit is contained in:
parent
93efd494ca
commit
a0de2dba92
15 changed files with 268 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Reddit" = {
|
||||
"reddit" = {
|
||||
definedAliases = [
|
||||
"@re"
|
||||
];
|
||||
|
@ -8,7 +8,7 @@
|
|||
{ template = "https://www.reddit.com/search/?q={searchTerms}"; }
|
||||
];
|
||||
};
|
||||
"YouTube" = {
|
||||
"youtube" = {
|
||||
definedAliases = [
|
||||
"@yo"
|
||||
];
|
||||
|
|
12
modules/home/gui/apps/tools/lingot/default.nix
Normal file
12
modules/home/gui/apps/tools/lingot/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
lingot
|
||||
tonelib-gfx
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue