nixos/hosts/Vanguard/home.nix

9 lines
156 B
Nix
Raw Normal View History

{ pkgs, ... }:
2023-09-23 18:10:47 +01:00
{
home.packages = with pkgs; [ nomachine-client ];
2023-09-23 18:10:47 +01:00
xdg.configFile."hypr/extra.conf".text = ''
monitor=DP-1,highrr,auto,1.00
'';
}