nix/home/config/sway/module/Display.nix
2024-11-06 01:07:30 +03:00

7 lines
125 B
Nix

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