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:
parent
1630bfb8fb
commit
9abf353f88
@ -23,6 +23,6 @@
|
|||||||
]
|
]
|
||||||
++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
|
++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
|
||||||
|
|
||||||
stateVersion = "24.05";
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user