feat: add gparted & ventoy

This commit is contained in:
Ryan Yin
2023-11-26 22:50:53 +08:00
parent ee9828151c
commit 440eb287ed

View File

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