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";
|
||||
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
|
||||
gst_all_1.gstreamer
|
||||
sendspin-go
|
||||
python314Packages.sendspin
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
|
|
|
|||
|
|
@ -52,7 +52,10 @@
|
|||
++ (
|
||||
if (config.apps.gaming.minecraft.enable) then
|
||||
|
||||
[ prismlauncher ]
|
||||
[
|
||||
prismlauncher
|
||||
libxkbcommon
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue