6 lines
128 B
Nix
6 lines
128 B
Nix
{...}: {
|
|
flake.modules.homeManager.desktop = {
|
|
services.udiskie.enable = true;
|
|
services.udiskie.notify = true;
|
|
};
|
|
}
|