Add gparted.
This commit is contained in:
parent
094abe7b20
commit
73058f32ee
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
||||||
{
|
{
|
||||||
# Support windows partition
|
# Support windows partition
|
||||||
mySystem = {
|
mySystem = {
|
||||||
security.wheelNeedsSudoPassword = false;
|
security.wheelNeedsSudoPassword = false;
|
||||||
system.packages = with pkgs; [
|
system.packages = with pkgs; [
|
||||||
|
gparted
|
||||||
ntfs3g
|
ntfs3g
|
||||||
fira-code-nerdfont
|
fira-code-nerdfont
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue