nix/home/config/sway/module/Display.nix

8 lines
131 B
Nix

{ ... }:
{
text = ''
# You can get the names of your outputs by running: swaymsg -t get_outputs
output * scale 1
'';
}