mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
fix: replace gparted with parted
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gparted
|
parted
|
||||||
ventoy
|
ventoy
|
||||||
# python, some times I may need to use python with root permission.
|
# python, some times I may need to use python with root permission.
|
||||||
(python310.withPackages (ps:
|
(python310.withPackages (ps:
|
||||||
|
|||||||
Reference in New Issue
Block a user