Added neovim lazyvim Plugin. Reconfigured Nerdfonts to work again.

This commit is contained in:
2025-09-02 10:07:36 +02:00
parent 09c635b9f7
commit 3c6023ef4d
5 changed files with 109 additions and 32 deletions

View File

@ -126,8 +126,7 @@
fonts.packages = with pkgs; [
font-awesome
#TODO reconfigure nerd fonts!!!
#nerd-fonts
nerd-fonts.jetbrains-mono
meslo-lgs-nf
];
@ -167,12 +166,8 @@
environment.etc."gitconfig".text = ''
[init]
defaultBranch = main
[credentials]
helper = store --file /etc/git-credentials
'';
environment.etc."git-credentials".text = '''';
#So no user in the group Wheel has to input the password in order to use sudo
security.sudo.wheelNeedsPassword = false;