nix/home/file/sway/module/Display.nix

7 lines
125 B
Nix

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