diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-05 16:27:43 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:46 -0700 |
| commit | ca969aa9ce144d15b164d252624c64ddb648671e (patch) | |
| tree | d9d9d38ab380a53c9802f719b4859c517d3fc97d /snowfall/systems/x86_64-linux/c-pc/default.nix | |
| parent | d4a65ca9197db98306df37c1e17b85a1e6a0d67d (diff) | |
migration: autorandr TODO note
Diffstat (limited to 'snowfall/systems/x86_64-linux/c-pc/default.nix')
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/default.nix | 1 |
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 |