Add Nvim and Kitty config

This commit is contained in:
zuma 2025-02-08 00:20:47 +01:00
parent 4642299aae
commit 62ff6069b9
8 changed files with 3152 additions and 86 deletions

View file

@ -116,8 +116,10 @@
};
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "zuma";
services.xserver.displayManager.autoLogin = {
enable = true;
user = "zuma";
};
services.getty.autologinUser = "zuma";
@ -150,10 +152,11 @@
dracula-theme # Dark theme
dracula-icon-theme # Dark Icon theme
mpv # Video player
pavucontrol # Volume control
# Shell apps
zsh
starship
zsh # Favorite shell so far
starship # Shell prompt that goes fast
neovim # <3
git # <3 bis
btop # HTOP on steroids