clean up

This commit is contained in:
Moritz Böhme 2022-11-24 13:47:48 +01:00
parent cf6a2bafaf
commit e90fd62f5e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 4 additions and 144 deletions

View file

@ -109,6 +109,7 @@ with lib;
programs = {
mtr.enable = true;
command-not-found.enable = true;
starship.enable = true;
};
services = {
@ -130,7 +131,6 @@ with lib;
# Let Home Manager install and manage itself.
home-manager.enable = true;
fzf.enable = true;
starship.enable = true;
};
home = {
username = "moritz";

View file

@ -73,12 +73,6 @@ in
fish_greeting = "";
cheat = "cht.sh $argv | bat -p";
};
plugins = [
{
name = "dracula";
src = inputs.dracula-fish;
}
];
};
fzf.enableFishIntegration = true;
starship.enableFishIntegration = true;