From d3f9c530a019a01b18b7c88a49ddefec2dd7f01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 18 Apr 2024 23:28:16 +0200 Subject: [PATCH] deps go brrr --- hosts/zion/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/zion/configuration.nix b/hosts/zion/configuration.nix index 1cfee9b..da95b6a 100644 --- a/hosts/zion/configuration.nix +++ b/hosts/zion/configuration.nix @@ -122,19 +122,19 @@ xkbVariant = ""; displayManager = { - # lightdm = { - # enable = true; - # }; + lightdm = { + enable = false; + }; startx = { enable = true; }; }; - # desktopManager = { - # xfce = { - # enable = true; - # }; - # }; + desktopManager = { + xfce = { + enable = false; + }; + }; }; # Enable OpenGL