Add gparted.

This commit is contained in:
Joseph Hanson 2024-06-26 11:53:17 -05:00
parent 094abe7b20
commit 73058f32ee
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,8 +2,9 @@
{
# Support windows partition
mySystem = {
security.wheelNeedsSudoPassword = false;
system.packages = with pkgs; [
security.wheelNeedsSudoPassword = false;
system.packages = with pkgs; [
gparted
ntfs3g
fira-code-nerdfont
];