nix-config/hosts/pang13/hypr/default.nix

7 lines
No EOL
93 B
Nix

{ ... }:
{
home.file = {
".config/hypr/monitors.conf".source = ./monitors.conf;
};
}