nixos/hosts/Northstar/home.nix

8 lines
103 B
Nix
Raw Normal View History

2023-09-10 17:18:51 +01:00
{ ... }:
{
2023-10-22 12:55:02 +01:00
xdg.configFile."hypr/extra.conf".text = ''
2023-11-03 06:47:51 +00:00
monitor=eDP-1,preferred,auto,1.25
2023-10-22 12:55:02 +01:00
'';
2023-09-10 17:18:51 +01:00
}