diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 13:37:01 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:50 -0700 |
| commit | 4b2050f8762b2880277c0762efc925991a034892 (patch) | |
| tree | e42c7cc9c5ea16286e9a530eae81affb37ecbaf3 /snowfall/systems/x86_64-linux/c-pc/default.nix | |
| parent | 9fc3fa747782ae4d0d4875616a20f38580afb2a7 (diff) | |
migration: housekeeping
Diffstat (limited to 'snowfall/systems/x86_64-linux/c-pc/default.nix')
| -rw-r--r-- | snowfall/systems/x86_64-linux/c-pc/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snowfall/systems/x86_64-linux/c-pc/default.nix b/snowfall/systems/x86_64-linux/c-pc/default.nix index e1a025d..5b98fc1 100644 --- a/snowfall/systems/x86_64-linux/c-pc/default.nix +++ b/snowfall/systems/x86_64-linux/c-pc/default.nix @@ -27,7 +27,7 @@ with lib; with lib.${namespace}; { apps.i3 = { videoDrivers = [ "amdgpu" ]; - #TODO: move to services.autorandr + #TODO: migrate 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 |