fix(nix): update stateVersion and remove adb plugin

- Updated `stateVersion` to "24.11"
- Removed `adb` from the list of oh-my-zsh plugins in `zsh.nix`
This commit is contained in:
Giulio De Pasquale 2024-11-18 19:58:32 +00:00
parent 1630bfb8fb
commit 9abf353f88
2 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@
] ]
++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit; ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
stateVersion = "24.05"; stateVersion = "24.11";
}; };
} }

View File

@ -11,7 +11,7 @@ in
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "git" "sudo" "docker" "docker-compose" "adb" "systemd" ]; plugins = [ "git" "sudo" "docker" "docker-compose" "systemd" ];
theme = "bira"; theme = "bira";
}; };
autosuggestion.enable = false; autosuggestion.enable = false;