nixos/hosts/Northstar/home.nix

8 lines
103 B
Nix

{ ... }:
{
xdg.configFile."hypr/extra.conf".text = ''
monitor=eDP-1,preferred,auto,1.00
'';
}