feat(editorconfig): add an editorconfig
This commit is contained in:
parent
b9b0d018b8
commit
05bc137e03
6 changed files with 838 additions and 119 deletions
|
@ -56,6 +56,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
deluge = {
|
||||
enable = true;
|
||||
web.enable = false;
|
||||
};
|
||||
rsyncd.enable = true;
|
||||
};
|
||||
|
||||
nix.gc.automatic = lib.mkForce false;
|
||||
|
||||
xdg.mime = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue