Price Hiller
9bb453f877
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m8s
15 lines
282 B
Nix
15 lines
282 B
Nix
{ ... }:
|
|
{
|
|
services.udiskie.enable = true;
|
|
# Udiskie requires a tray target
|
|
systemd.user.targets.tray = {
|
|
Unit = {
|
|
Description = "Home Manager System Tray";
|
|
Requires = [
|
|
"graphical-session-pre.target"
|
|
"compositor.target"
|
|
];
|
|
};
|
|
};
|
|
}
|