xrandr screen compatibility

This commit is contained in:
2024-04-19 21:29:35 +02:00
parent f87e0d9295
commit b5764e72eb
3 changed files with 22 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
dmenu dmenu
st st
dunst dunst
picom unstable.picom
xss-lock xss-lock
flameshot flameshot
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
@@ -20,5 +20,10 @@
xorg.setxkbmap xorg.setxkbmap
gnome.gnome-keyring gnome.gnome-keyring
feh feh
gruvbox-dark-gtk
kde-gruvbox
gruvbox-dark-icons-gtk
alsaUtils
]; ];
} }

View File

@@ -18,4 +18,8 @@
]); ]);
fonts.packages = with pkgs; [ nerdfonts ]; fonts.packages = with pkgs; [ nerdfonts ];
environment.sessionVariables = {
FLAKE = "/home/mike/.dots";
};
} }

View File

@@ -45,5 +45,17 @@
}; };
}; };
xrandrHeads = [
{
output = "HDMI-0";
}
{
output = "DP-2";
primary = true;
}
{
output = "DP-0";
}
];
}; };
} }