nvme
This commit is contained in:
parent
abc64eab2a
commit
0a21932c47
|
@ -80,7 +80,12 @@ with lib; {
|
||||||
}
|
}
|
||||||
# Partitioning tools
|
# Partitioning tools
|
||||||
(mkIf config.nathan.config.isDesktop {
|
(mkIf config.nathan.config.isDesktop {
|
||||||
environment.systemPackages = with pkgs; [ parted gparted ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
parted
|
||||||
|
gparted
|
||||||
|
xorg.xhost
|
||||||
|
nvme-cli
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue