Add Nvim and Kitty config
This commit is contained in:
parent
4642299aae
commit
62ff6069b9
8 changed files with 3152 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue