1
0
Fork 0

Add tools to partition disk for cases the drive is full again

This commit is contained in:
clerie 2022-05-26 01:05:17 +02:00
parent 01c0f82209
commit 8612c79420
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
gptfdisk
htop htop
parted
tmux tmux
]; ];