Add bunch more programs / services modularly
This commit is contained in:
12
system/hardware/automount.nix
Normal file
12
system/hardware/automount.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.gvfs
|
||||
pkgs.udisks
|
||||
pkgs.udiskie
|
||||
];
|
||||
services.devmon.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
}
|
Reference in New Issue
Block a user