addded kitty and fixed dwm
This commit is contained in:
parent
30c20454ee
commit
d8055d665b
11 changed files with 87 additions and 14 deletions
|
@ -12,22 +12,17 @@ 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";
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
setupCommands = "${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-1 --rotate normal --output DP-2 --rotate normal --left-of HDMI-1 --output HDMI-0 --right-of HDMI-1";
|
||||
};
|
||||
};
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
dwm = prev.dwm.overrideAttrs (old: {src = ./dwm-6.5;});
|
||||
st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;});
|
||||
dmenu = prev.dmenu.overrideAttrs (old: {src = ./dmenu-5.3;});
|
||||
# st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;});
|
||||
})
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
# (st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
|
||||
(dmenu.overrideAttrs (oldAttrs: rec { src = ./dmenu-5.3; }))
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue