diff options
Diffstat (limited to 'snowfall/systems')
| -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 |