fix: replace gparted with parted

This commit is contained in:
Ryan Yin
2023-11-26 22:54:01 +08:00
parent 440eb287ed
commit ee606e5518

View File

@@ -29,7 +29,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
gparted
parted
ventoy
# python, some times I may need to use python with root permission.
(python310.withPackages (ps: