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 = {
stateVersion = "23.11";
stateVersion = "24.05";
packages = with unstable.pkgs; [
# atop
btop
@ -135,7 +135,7 @@ in {
zsh = {
enable = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {

View File

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