Changed: Modules
This commit is contained in:
15
modules/services.nix
Normal file
15
modules/services.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services = {
|
||||
dbus.packages = [pkgs.gcr];
|
||||
|
||||
geoclue2.enable = true;
|
||||
|
||||
udev.packages = with pkgs; [gnome.gnome-settings-daemon];
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
printing.enable = true;
|
||||
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user