mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-09 14:34:01 +05:30
7 lines
112 B
Nix
7 lines
112 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.devmon.enable = true;
|
|
services.gvfs.enable = true;
|
|
services.udisks2.enable = true;
|
|
}
|