mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 05:36:11 +01:00
xrandr screen compatibility
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
dmenu
|
||||
st
|
||||
dunst
|
||||
picom
|
||||
unstable.picom
|
||||
xss-lock
|
||||
flameshot
|
||||
xdg-desktop-portal-gtk
|
||||
@@ -20,5 +20,10 @@
|
||||
xorg.setxkbmap
|
||||
gnome.gnome-keyring
|
||||
feh
|
||||
gruvbox-dark-gtk
|
||||
kde-gruvbox
|
||||
gruvbox-dark-icons-gtk
|
||||
alsaUtils
|
||||
|
||||
];
|
||||
}
|
||||
|
||||
@@ -18,4 +18,8 @@
|
||||
]);
|
||||
|
||||
fonts.packages = with pkgs; [ nerdfonts ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/mike/.dots";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,5 +45,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
xrandrHeads = [
|
||||
{
|
||||
output = "HDMI-0";
|
||||
}
|
||||
{
|
||||
output = "DP-2";
|
||||
primary = true;
|
||||
}
|
||||
{
|
||||
output = "DP-0";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user