backup mail and fzf

This commit is contained in:
Kopatz
2025-09-14 19:08:35 +02:00
parent 87325a81d7
commit 2ea08b7a20
4 changed files with 15 additions and 4 deletions

View File

@@ -32,6 +32,12 @@ in {
#This is useful to execute shebangs on NixOS that assume hard coded locations in locations like /bin or /usr/bin etc.
services.envfs.enable = true;
# enables fzf and integration with bash/zsh/fish
programs.fzf = {
fuzzyCompletion = true;
keybindings = true;
};
environment.systemPackages = with pkgs; [
getTotalPowerUsed
watchCurrentPowerUsed
@@ -39,7 +45,6 @@ in {
wget
else
powerjoular) # monitor power usage
fzf # fuzzy finder
bat # fancy cat
fd # nicer find
duf # nicer du