refactor: remove software associated with llms
This commit is contained in:
parent
c0e7f6f649
commit
a54857c365
13 changed files with 8 additions and 54 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
"external-speakers"
|
"external-speakers"
|
||||||
"gaming"
|
"gaming"
|
||||||
"link2c"
|
"link2c"
|
||||||
"llm"
|
|
||||||
"plasma"
|
"plasma"
|
||||||
"star-citizen"
|
"star-citizen"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
|
|
|
||||||
|
|
@ -30,12 +30,6 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
options = [
|
options = [
|
||||||
"nofail"
|
"nofail"
|
||||||
"defaults"
|
|
||||||
"user"
|
|
||||||
"rw"
|
|
||||||
"utf8"
|
|
||||||
"noauto"
|
|
||||||
"umask=000"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
imports = util.toImports ../features [
|
imports = util.toImports ../features [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
"direnv"
|
"direnv"
|
||||||
"zed-editor"
|
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,12 @@
|
||||||
imports = util.toImports ./features [
|
imports = util.toImports ./features [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
"agenix"
|
"agenix"
|
||||||
|
"bash"
|
||||||
"bat"
|
"bat"
|
||||||
"bottom"
|
"bottom"
|
||||||
"delta"
|
"delta"
|
||||||
"eza"
|
"eza"
|
||||||
"fd"
|
"fd"
|
||||||
"fish"
|
|
||||||
"gh"
|
|
||||||
"git"
|
"git"
|
||||||
"lazygit"
|
"lazygit"
|
||||||
"shell-aliases"
|
"shell-aliases"
|
||||||
|
|
|
||||||
4
modules/home-manager/features/bash.nix
Normal file
4
modules/home-manager/features/bash.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
home.shell.enableBashIntegration = true;
|
||||||
|
programs.bash.enable = true;
|
||||||
|
}
|
||||||
|
|
@ -75,7 +75,6 @@
|
||||||
# detect-cloudflare
|
# detect-cloudflare
|
||||||
bitwarden
|
bitwarden
|
||||||
dearrow
|
dearrow
|
||||||
floccus
|
|
||||||
nixpkgs-pr-tracker
|
nixpkgs-pr-tracker
|
||||||
react-devtools
|
react-devtools
|
||||||
return-youtube-dislikes
|
return-youtube-dislikes
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
show_startup_tips = false;
|
show_startup_tips = false;
|
||||||
default_shell = "fish";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
|
||||||
options = [
|
options = [
|
||||||
"--cmd j"
|
"--cmd j"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,7 @@
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
bacon
|
bacon
|
||||||
cargo-info
|
cargo-info
|
||||||
devenv
|
|
||||||
just
|
|
||||||
mask
|
mask
|
||||||
# rusty-man
|
|
||||||
vscode
|
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,10 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
beeper
|
|
||||||
cameractrls-gtk3
|
cameractrls-gtk3
|
||||||
jellyfin-desktop
|
jellyfin-desktop
|
||||||
onlyoffice-desktopeditors
|
libreoffice
|
||||||
|
signal-desktop
|
||||||
textsnatcher
|
textsnatcher
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,9 @@
|
||||||
"caddy"
|
"caddy"
|
||||||
"copyparty"
|
"copyparty"
|
||||||
"couchdb"
|
"couchdb"
|
||||||
"firefly"
|
|
||||||
"homepage-dashboard"
|
"homepage-dashboard"
|
||||||
"immich"
|
"immich"
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
"karakeep"
|
|
||||||
"kavita"
|
"kavita"
|
||||||
"lidarr"
|
"lidarr"
|
||||||
"miniflux"
|
"miniflux"
|
||||||
|
|
@ -22,13 +20,11 @@
|
||||||
"paperless"
|
"paperless"
|
||||||
"prowlarr"
|
"prowlarr"
|
||||||
"qbittorrent"
|
"qbittorrent"
|
||||||
"qui"
|
|
||||||
"radarr"
|
"radarr"
|
||||||
"radicale"
|
"radicale"
|
||||||
"readarr"
|
"readarr"
|
||||||
"sonarr"
|
"sonarr"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"upbank2firefly"
|
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
# keep-sorted end
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,6 @@
|
||||||
# keep-sorted start
|
# keep-sorted start
|
||||||
broot # large directory browser
|
broot # large directory browser
|
||||||
choose # cut
|
choose # cut
|
||||||
circumflex # hacker news browsing
|
|
||||||
cointop # crypto ticker
|
|
||||||
ddgr # web search
|
ddgr # web search
|
||||||
doggo # dns
|
doggo # dns
|
||||||
dua # du
|
dua # du
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ let
|
||||||
"bazarr"
|
"bazarr"
|
||||||
"immich"
|
"immich"
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
"karakeep"
|
|
||||||
"kavita-api"
|
"kavita-api"
|
||||||
"lidarr"
|
"lidarr"
|
||||||
"miniflux"
|
"miniflux"
|
||||||
|
|
@ -138,13 +137,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
qui = {
|
|
||||||
description = "qBittorrent front end";
|
|
||||||
icon = "qui.svg";
|
|
||||||
href = "https://qui.fi33.buzz/";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
qBittorrent = {
|
qBittorrent = {
|
||||||
description = "BitTorrent client";
|
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 = {
|
Miniflux = {
|
||||||
description = "RSS aggregator";
|
description = "RSS aggregator";
|
||||||
|
|
@ -259,13 +239,6 @@ in
|
||||||
href = "https://couchdb.fi33.buzz/_utils/";
|
href = "https://couchdb.fi33.buzz/_utils/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
Firefly = {
|
|
||||||
description = "Budget Planner";
|
|
||||||
icon = "firefly-iii.svg";
|
|
||||||
href = "https://firefly.fi33.buzz/";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
ntfy = {
|
ntfy = {
|
||||||
description = "Notification service";
|
description = "Notification service";
|
||||||
|
|
@ -324,7 +297,7 @@ in
|
||||||
{
|
{
|
||||||
Services = {
|
Services = {
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 4;
|
columns = 3;
|
||||||
useEqualHeights = true;
|
useEqualHeights = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue