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-09-10 17:21:06 +01:00
monitor=eDP-1,preferred,auto,1.25
2023-09-10 17:18:51 +01:00
'';
}