Fix odin config

This commit is contained in:
Filippo Berto 2022-12-03 15:46:43 +01:00
parent ebd07ef3e2
commit 89b0ee82e6
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 7 additions and 17 deletions

View file

@ -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";