mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
rename + startx
This commit is contained in:
parent
05d9601083
commit
9e3d6e2126
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue