refactor: remove software associated with llms

This commit is contained in:
wi11-holdsworth 2026-02-21 23:12:46 +11:00
parent c0e7f6f649
commit a54857c365
13 changed files with 8 additions and 54 deletions

View file

@ -18,7 +18,6 @@
"external-speakers"
"gaming"
"link2c"
"llm"
"plasma"
"star-citizen"
# keep-sorted end

View file

@ -30,12 +30,6 @@
fsType = "ext4";
options = [
"nofail"
"defaults"
"user"
"rw"
"utf8"
"noauto"
"umask=000"
];
};

View file

@ -6,7 +6,6 @@
imports = util.toImports ../features [
# keep-sorted start
"direnv"
"zed-editor"
# keep-sorted end
];
}

View file

@ -6,13 +6,12 @@
imports = util.toImports ./features [
# keep-sorted start
"agenix"
"bash"
"bat"
"bottom"
"delta"
"eza"
"fd"
"fish"
"gh"
"git"
"lazygit"
"shell-aliases"

View file

@ -0,0 +1,4 @@
{
home.shell.enableBashIntegration = true;
programs.bash.enable = true;
}

View file

@ -75,7 +75,6 @@
# detect-cloudflare
bitwarden
dearrow
floccus
nixpkgs-pr-tracker
react-devtools
return-youtube-dislikes

View file

@ -4,7 +4,6 @@
settings = {
theme = "catppuccin-mocha";
show_startup_tips = false;
default_shell = "fish";
};
};
}

View file

@ -1,7 +1,6 @@
{
programs.zoxide = {
enable = true;
enableBashIntegration = true;
options = [
"--cmd j"
];

View file

@ -7,12 +7,7 @@
# keep-sorted start
bacon
cargo-info
devenv
just
mask
# rusty-man
vscode
# keep-sorted end
];
}

View file

@ -14,10 +14,10 @@
environment.systemPackages = with pkgs; [
# keep-sorted start
beeper
cameractrls-gtk3
jellyfin-desktop
onlyoffice-desktopeditors
libreoffice
signal-desktop
textsnatcher
# keep-sorted end
];

View file

@ -9,11 +9,9 @@
"caddy"
"copyparty"
"couchdb"
"firefly"
"homepage-dashboard"
"immich"
"jellyfin"
"karakeep"
"kavita"
"lidarr"
"miniflux"
@ -22,13 +20,11 @@
"paperless"
"prowlarr"
"qbittorrent"
"qui"
"radarr"
"radicale"
"readarr"
"sonarr"
"syncthing"
"upbank2firefly"
"vaultwarden"
# keep-sorted end
];

View file

@ -26,8 +26,6 @@
# keep-sorted start
broot # large directory browser
choose # cut
circumflex # hacker news browsing
cointop # crypto ticker
ddgr # web search
doggo # dns
dua # du

View file

@ -26,7 +26,6 @@ let
"bazarr"
"immich"
"jellyfin"
"karakeep"
"kavita-api"
"lidarr"
"miniflux"
@ -138,13 +137,6 @@ in
};
};
}
{
qui = {
description = "qBittorrent front end";
icon = "qui.svg";
href = "https://qui.fi33.buzz/";
};
}
{
qBittorrent = {
description = "BitTorrent client";
@ -204,18 +196,6 @@ in
};
};
}
{
Karakeep = {
description = "Web clipper";
icon = "karakeep.svg";
href = "https://karakeep.fi33.buzz/";
widget = {
type = "karakeep";
url = "https://karakeep.fi33.buzz/";
key = "@karakeep@";
};
};
}
{
Miniflux = {
description = "RSS aggregator";
@ -259,13 +239,6 @@ in
href = "https://couchdb.fi33.buzz/_utils/";
};
}
{
Firefly = {
description = "Budget Planner";
icon = "firefly-iii.svg";
href = "https://firefly.fi33.buzz/";
};
}
{
ntfy = {
description = "Notification service";
@ -324,7 +297,7 @@ in
{
Services = {
style = "row";
columns = 4;
columns = 3;
useEqualHeights = true;
};
}