cli: remove root editorconfig

This commit is contained in:
Sean Buckley 2024-05-20 00:55:44 -04:00
parent 04f4ffa1cc
commit 19aeb2bfc1

View file

@ -76,13 +76,6 @@
]; ];
system.activationScripts.editorconfig = ''
cat <<EOF >/.editorconfig
[*]
tab_width = 4
EOF
'';
environment.variables.HTOPRC = "/dev/null"; environment.variables.HTOPRC = "/dev/null";
programs.htop = { programs.htop = {
enable = true; enable = true;