nixos/hosts/Northstar/home.nix

8 lines
103 B
Nix
Raw Normal View History

2023-09-10 17:18:51 +01:00
{ ... }:
{
xdg.configFile."hypr/extra.conf".text = ''
2023-10-05 07:16:21 +01:00
monitor=eDP-1,preferred,auto,1.00
2023-09-10 17:18:51 +01:00
'';
}