Fix odin config
This commit is contained in:
parent
ebd07ef3e2
commit
89b0ee82e6
3 changed files with 7 additions and 17 deletions
|
|
@ -63,11 +63,6 @@ with lib; {
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
# Enable the GNOME 3 Desktop Environment.
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
# wayland = true;
|
||||
# nvidiaWayland = true;
|
||||
};
|
||||
desktopManager.gnome.enable = true;
|
||||
# desktopManager.plasma5 = {
|
||||
# enable = true;
|
||||
|
|
@ -75,12 +70,6 @@ with lib; {
|
|||
# };
|
||||
# windowManager.bspwm.enable = true;
|
||||
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
theme =
|
||||
"${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "it,us";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue