- Add config option to switch between window managers / desktop environments - Remove systemPackages attribute when a service or program attribute is available - Add GNOME to gui
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;
|
|
}
|