summary refs log tree commit diff stats
path: root/system/settings/programs/gnome.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/programs/gnome.nix')
-rw-r--r--system/settings/programs/gnome.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/system/settings/programs/gnome.nix b/system/settings/programs/gnome.nix
index 13309a6e..3ccac864 100644
--- a/system/settings/programs/gnome.nix
+++ b/system/settings/programs/gnome.nix
@@ -1,7 +1,11 @@
-{ config, lib, pkgs, ... }:
-
-with lib;
-{ services = {
+{
+  config,
+  lib,
+  pkgs,
+  ...
+}:
+with lib; {
+  services = {
     gnome3 = {
       gnome-documents.enable = false;
       gnome-user-share.enable = false;