sendspin
This commit is contained in:
parent
b896f4bc57
commit
ce82b29a96
4 changed files with 11 additions and 22 deletions
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
osConfig,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
programs = {
|
|
||||||
emacs = {
|
|
||||||
extraConfig = ''
|
|
||||||
(setq standard-indent 2)
|
|
||||||
'';
|
|
||||||
extraPackages = epkgs: [
|
|
||||||
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -91,6 +91,12 @@ in
|
||||||
IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png";
|
IconURL = "https://kagi.com/asset/597c5c3/kagi_assets/logos/search.png";
|
||||||
Alias = "@k";
|
Alias = "@k";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
Name = "Wolfram|Alpha";
|
||||||
|
URLTemplate = "https://www.wolframalpha.com/input?i={searchTerms}";
|
||||||
|
IconURL = "https://upload.wikimedia.org/wikipedia/commons/2/20/Mathematica_Logo.svg";
|
||||||
|
Alias = "@w";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
[
|
[
|
||||||
streamrip
|
streamrip
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
sendspin-go
|
python314Packages.sendspin
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,10 @@
|
||||||
++ (
|
++ (
|
||||||
if (config.apps.gaming.minecraft.enable) then
|
if (config.apps.gaming.minecraft.enable) then
|
||||||
|
|
||||||
[ prismlauncher ]
|
[
|
||||||
|
prismlauncher
|
||||||
|
libxkbcommon
|
||||||
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue