diff --git a/roles/home/common.nix b/roles/home/common.nix index 0ca0411..8287e5c 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -23,6 +23,6 @@ ] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit; - stateVersion = "24.05"; + stateVersion = "24.11"; }; } diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index 67f0596..664bab7 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -11,7 +11,7 @@ in oh-my-zsh = { enable = true; - plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; + plugins = [ "git" "sudo" "docker" "docker-compose" "systemd" ]; theme = "bira"; }; autosuggestion.enable = false;