Complete unstable configuration with home manager
This commit is contained in:
parent
bbee9d7993
commit
df1d6df54e
17 changed files with 412 additions and 312 deletions
|
|
@ -60,7 +60,11 @@
|
|||
# wayland = true;
|
||||
# nvidiaWayland = true;
|
||||
# };
|
||||
desktopManager.gnome.enable = true;
|
||||
# desktopManager.gnome.enable = true;
|
||||
desktopManager.plasma5 = {
|
||||
enable = true;
|
||||
runUsingSystemd = true;
|
||||
};
|
||||
# windowManager.bspwm.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
|
|
|
|||
|
|
@ -14,7 +14,12 @@
|
|||
displayManager.sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
# enableHidpi = true;
|
||||
};
|
||||
# displayManager.gdm = {
|
||||
# enable = true;
|
||||
# wayland = false;
|
||||
# };
|
||||
};
|
||||
|
||||
hardware.nvidia.prime = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue