refactor: remove software associated with llms
This commit is contained in:
parent
c0e7f6f649
commit
a54857c365
13 changed files with 8 additions and 54 deletions
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
|
||||
bitwarden
|
||||
dearrow
|
||||
floccus
|
||||
nixpkgs-pr-tracker
|
||||
react-devtools
|
||||
return-youtube-dislikes
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
show_startup_tips = false;
|
||||
default_shell = "fish";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
options = [
|
||||
"--cmd j"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue