From 9e3d6e2126383c3ef9775fbe9fdb6b8c85f1e4bc Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 11 Nov 2022 22:13:24 -0600 Subject: [PATCH] rename + startx --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e89e919..b0f0897 100644 --- a/configuration.nix +++ b/configuration.nix @@ -58,7 +58,7 @@ }) ]; - # networking.hostName = "nixos"; # Define your hostname. + networking.hostName = "nixos-vm"; # Define your hostname. time.timeZone = "America/Chicago"; @@ -67,6 +67,9 @@ # overwrite demo as default login services.xserver = { enable = true; + displayManager.startx.enable = true; + displayManager.sddm.enable = lib.mkForce false; + displayManager.autoLogin.enable = lib.mkForce false; windowManager.qtile.enable = true; }; @@ -116,6 +119,7 @@ fonts.fonts = with pkgs; [ eww rofi dunst + feh picom