mirror of
https://git.gay/sneexy/nixos.git
synced 2026-01-11 13:13:15 -08:00
chore: oh hey they actually changed the services from using xserver
This commit is contained in:
parent
9cddf63283
commit
be17c0b834
1 changed files with 5 additions and 6 deletions
|
|
@ -9,12 +9,12 @@
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
# use sddm and only use its wayland session
|
# use sddm and only use its wayland session
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
services.displayManager.sddm.enable = true;
|
||||||
services.xserver.displayManager.sddm.wayland.enable = true;
|
services.displayManager.sddm.wayland.enable = true;
|
||||||
# default to plasma wayland session
|
# default to plasma wayland session
|
||||||
services.xserver.displayManager.defaultSession = "plasma";
|
services.displayManager.defaultSession = "plasma";
|
||||||
# gyattde rizzma 6
|
# gyattde rizzma 6
|
||||||
services.xserver.desktopManager.plasma6 = {
|
services.desktopManager.plasma6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -23,9 +23,8 @@
|
||||||
programs.firefox.enable = false;
|
programs.firefox.enable = false;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver = {
|
services.xserver.xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# don't install some of the default packages since i don't need them
|
# don't install some of the default packages since i don't need them
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue