structure and add like MatthiasBenaets
This commit is contained in:
15
modules/services/udiskie.nix
Normal file
15
modules/services/udiskie.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Mounting tool
|
||||
#
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services = {
|
||||
udiskie = { # Udiskie wil automatically mount storage devices
|
||||
enable = true;
|
||||
automount = true;
|
||||
tray = "auto"; # Will only show up in systray when active
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user