nixos/hosts/Northstar/home.nix

8 lines
102 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-12-12 06:40:45 +00:00
monitor=eDP-1,preferred,auto,1.5
2023-10-22 12:55:02 +01:00
'';
2023-09-10 17:18:51 +01:00
}