Compare commits

..

No commits in common. "7f171896392e8935f39154caf61a44a51726b6fe" and "fb45fa4b49464f91224aff17e3c887301a5afffa" have entirely different histories.

1 changed files with 8 additions and 1 deletions

View File

@ -52,6 +52,8 @@ with lib;
fish.enable = true;
git.enable = true;
gpg.enable = true;
helix.enable = true;
kakoune.enable = true;
vim.enable = true;
};
};
@ -65,6 +67,7 @@ with lib;
zip
# file management
ranger
trash-cli
# monitoring
@ -79,6 +82,7 @@ with lib;
manix
# other
arduino
bat
cht-sh
du-dust
@ -86,9 +90,12 @@ with lib;
entr
exa
gparted
hut
lazygit
neofetch
ripgrep
tmux
ttyper
up
viu
wget
@ -115,7 +122,7 @@ with lib;
};
i18n.extraLocaleSettings = {
# LC_NUMERIC = "de_DE.UTF-8";
LC_NUMERIC = "de_DE.UTF-8";
LC_PAPER = "de_DE.UTF-8";
LC_TIME = "de_DE.UTF-8";
};