minor changes

This commit is contained in:
Moritz Böhme 2022-12-23 12:40:37 +01:00
parent a856565ac9
commit 050d6d90c1
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 10 additions and 2 deletions

View file

@ -93,6 +93,7 @@ with lib;
hut
lazygit
neofetch
ripgrep
tmux
ttyper
up
@ -102,7 +103,7 @@ with lib;
fonts.fonts = with pkgs; [
(nerdfonts.override {
fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ];
fonts = [ "FiraCode" ];
})
];