mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 14:16:11 +01:00
xrandr screen compatibility
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,4 +18,8 @@
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
fonts.packages = with pkgs; [ nerdfonts ];
|
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