mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: searx, nixpkgs update, vintagestory, katslime
This commit is contained in:
parent
840765fe8a
commit
658d0434c8
24 changed files with 719 additions and 276 deletions
|
|
@ -2,19 +2,12 @@ _: {
|
|||
wayland.windowManager.hyprland.settings = {
|
||||
windowrule = [
|
||||
"match:initial_class AlacrittyFloating, float on"
|
||||
];
|
||||
windowrulev2 = [
|
||||
"suppressevent fullscreen, class:steam_app_default, content game"
|
||||
"suppressevent maximize, class:.*"
|
||||
|
||||
"tile, class:battle\.net\.exe"
|
||||
|
||||
"renderunfocused, class:discord, initialTitle:Discord"
|
||||
|
||||
"unset, title:Wine System Tray"
|
||||
"workspace special:hidden silent, title:Wine System Tray"
|
||||
"noinitialfocus, title:Wine System Tray"
|
||||
"no_follow_mouse, class:Unity"
|
||||
"match:initial_class battle\.net\.exe tile on workspace special:hidden silent"
|
||||
"match:initial_class discord renderunfocused"
|
||||
"match:initial_title \"Wine System Tray\" unset"
|
||||
"match:initial_class Unity no_follow_mouse on"
|
||||
"match:initial_class steam focusonactivate off suppressevent activate"
|
||||
"match:initial_class steam_app_default match:content 3 suppressevent fullscreen"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@
|
|||
frameless = true;
|
||||
plugins = {
|
||||
# Shared
|
||||
betterFolders = {
|
||||
enable = true;
|
||||
};
|
||||
callTimer = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -30,8 +27,6 @@
|
|||
tagsList = {
|
||||
};
|
||||
};
|
||||
mutualGroupDMs.enable = true;
|
||||
pinDMs.enable = true;
|
||||
platformIndicators = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -46,7 +41,6 @@
|
|||
viewIcons.enable = true;
|
||||
youtubeAdblock.enable = true;
|
||||
# Equicord
|
||||
amITyping.enable = true;
|
||||
anammox = {
|
||||
enable = true;
|
||||
billing = true;
|
||||
|
|
@ -54,15 +48,10 @@
|
|||
gift = true;
|
||||
serverBoost = true;
|
||||
};
|
||||
betterUserArea = {
|
||||
enable = true;
|
||||
};
|
||||
channelTabs.enable = true;
|
||||
equicordToolbox.enable = true;
|
||||
globalBadges.enable = true;
|
||||
moreKaomoji.enable = true;
|
||||
noNitroUpsell.enable = true;
|
||||
recentDmSwitcher.enable = true;
|
||||
statusPresets = {
|
||||
enable = true;
|
||||
statusPresets = {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,24 @@
|
|||
enable = true;
|
||||
profiles = {
|
||||
main = {
|
||||
search = {
|
||||
engines = {
|
||||
searxng = {
|
||||
name = "Kat SearxNG";
|
||||
urls = [
|
||||
{
|
||||
template = "https://search.kittywit.ch/search";
|
||||
params = [
|
||||
{ name = "q"; value = "{searchTerms}"; }
|
||||
];
|
||||
iconMapObj."16" = "/static/themes/simple/img/favicon.png";
|
||||
definedAliases = [ "@searx" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
default = "searxng";
|
||||
};
|
||||
id = 0;
|
||||
isDefault = true;
|
||||
containersForce = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue