mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
8 lines
131 B
Nix
8 lines
131 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
services.devmon.enable = true;
|
||
|
services.gvfs.enable = true;
|
||
|
services.udisks2.enable = true;
|
||
|
}
|