diff options
Diffstat (limited to 'host/Rory-desktop/optional/gui/x11.nix')
-rw-r--r-- | host/Rory-desktop/optional/gui/x11.nix | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/host/Rory-desktop/optional/gui/x11.nix b/host/Rory-desktop/optional/gui/x11.nix index 0f55862..9070298 100644 --- a/host/Rory-desktop/optional/gui/x11.nix +++ b/host/Rory-desktop/optional/gui/x11.nix @@ -1,8 +1,14 @@ -{ config, pkgs, lib, nhekoSrc, mtxclientSrc, ... }: +{ + config, + pkgs, + lib, + nhekoSrc, + mtxclientSrc, + ... +}: { - imports = - [ ]; + imports = [ ]; services = { xserver = { @@ -28,4 +34,3 @@ }; } - |