Files

8 lines
86 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }:
{
home.file.".nuxtrc".text = ''
telemetry.enabled=false
'';
}