Merge remote-tracking branch 'origin/nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-04-05 09:13:47 +02:00
commit 2259523325
19 changed files with 273 additions and 205 deletions

View file

@ -45,7 +45,6 @@ in
aliases = {
ls = "exa -lh --icons --git";
cat = "bat";
grep = "rg";
rm = "rm -i";
mv = "mv -i";
cd = "z";
@ -137,8 +136,14 @@ in
programs = {
# Let Home Manager install and manage itself.
home-manager.enable = true;
fzf.enable = true;
fzf = {
enable = true;
defaultOptions = [
"--height 50%"
];
};
zoxide.enable = true;
navi.enable = true;
};
home = {
username = "moritz";

View file

@ -116,9 +116,9 @@ with lib; {
calibre
jellyfin-media-player
keepassxc
libreoffice
stable.libreoffice # HACK to fix build error
pavucontrol
signal-desktop
stable.signal-desktop
tlaplusToolbox
vlc
thunderbird