This commit is contained in:
Nathan McCarty 2023-07-02 03:08:05 -04:00
parent abc64eab2a
commit 0a21932c47
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,12 @@ with lib; {
}
# Partitioning tools
(mkIf config.nathan.config.isDesktop {
environment.systemPackages = with pkgs; [ parted gparted ];
environment.systemPackages = with pkgs; [
parted
gparted
xorg.xhost
nvme-cli
];
})
];
}