mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
cli: remove root editorconfig
This commit is contained in:
parent
04f4ffa1cc
commit
19aeb2bfc1
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue