disk: separated into new file

This commit is contained in:
2026-05-17 10:21:09 +02:00
parent 523b80f9d5
commit 010d55fdab
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
gnome-disk-utility
udiskie # removable disk automounter for udisks
];
}