summaryrefslogtreecommitdiff
path: root/nixos/gui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/gui.nix')
-rw-r--r--nixos/gui.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/gui.nix b/nixos/gui.nix
index 1252ecf..01be46e 100644
--- a/nixos/gui.nix
+++ b/nixos/gui.nix
@@ -1,6 +1,4 @@
-{ config, pkgs, nixpkgs, ... }:
-
-{
+{...}: {
personal.gui = {
enable = true;
xserver.enable = true;