vps-2024-06-01-11-41-51

This commit is contained in:
Alexander Szczepanski
2024-06-01 11:41:51 +02:00
parent f29e41eab7
commit e5996be0b4
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ in {
home-manager.users.alex = { pkgs, ... }: { home-manager.users.alex = { pkgs, ... }: {
home = { home = {
stateVersion = "23.11"; stateVersion = "24.05";
packages = with unstable.pkgs; [ packages = with unstable.pkgs; [
# atop # atop
btop btop
@ -135,7 +135,7 @@ in {
zsh = { zsh = {
enable = true; enable = true;
enableAutosuggestions = true; autosuggestion.enable = true;
enableCompletion = true; enableCompletion = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
oh-my-zsh = { oh-my-zsh = {

View File

@ -617,5 +617,5 @@ in
}; };
}; };
system.stateVersion = "23.11"; system.stateVersion = "24.05";
} }