@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./clang.nix
|
./clang.nix
|
||||||
|
./nuxt.nix
|
||||||
./rust.nix
|
./rust.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
7
home-manager/dotfiles/nuxt.nix
Normal file
7
home-manager/dotfiles/nuxt.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.file.".nuxtrc".text = ''
|
||||||
|
telemetry.enabled=false
|
||||||
|
'';
|
||||||
|
}
|
Reference in New Issue
Block a user