fixed dwm

This commit is contained in:
vali 2024-04-14 14:35:10 +02:00
commit f14702dc35
10 changed files with 11 additions and 6 deletions

View file

@ -12,6 +12,11 @@ in {
windowManager.dwm = {
enable = true;
};
displayManager.sddm = {
enable = true;
setupScript = "xrandr --output HDMI-1 --rotate normal --output DP-2 --rotate normal --left-of HDMI-1 --output HDMI-0 --right-of HDMI-1";
# defaultSession = "dwm";
};
};
nixpkgs.overlays = [
(final: prev: {