added
This commit is contained in:
parent
bf16581c61
commit
a9c27e462b
8 changed files with 78 additions and 0 deletions
6
hosts/modules/udiskie.nix
Normal file
6
hosts/modules/udiskie.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
services.udiskie = {
|
||||
enable = true;
|
||||
tray = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue