aboutsummaryrefslogtreecommitdiff
path: root/snowfall
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-05 16:27:43 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:46 -0700
commitca969aa9ce144d15b164d252624c64ddb648671e (patch)
treed9d9d38ab380a53c9802f719b4859c517d3fc97d /snowfall
parentd4a65ca9197db98306df37c1e17b85a1e6a0d67d (diff)
migration: autorandr TODO note
Diffstat (limited to 'snowfall')
-rw-r--r--snowfall/systems/x86_64-linux/c-pc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix
index 8006e7b..2ad3522 100644
--- a/snowfall/systems/x86_64-linux/c-pc/default.nix
+++ b/snowfall/systems/x86_64-linux/c-pc/default.nix
@@ -26,6 +26,7 @@ with lib; with lib.${namespace}; {
apps.i3 = {
videoDrivers = [ "amdgpu" ];
+ #TODO: move to services.autorandr
setupCommands = ''
if ${pkgs.xorg.xrandr}/bin/xrandr --query | grep 2560x1080; then
${pkgs.xorg.xrandr}/bin/xrandr --output DVI-D-0 --mode 1920x1080 --rate 60 --pos 0x0