needs to be under system
This commit is contained in:
alsaiduq-lab 2026-03-02 15:44:11 -07:00
parent 075cb86d40
commit 45241d0a29
4 changed files with 5 additions and 6 deletions

4
hosts/modules/udisk.nix Normal file
View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [udiskie];
services.udisks2.enable = true;
}