diff options
author | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-10 17:16:41 +0200 |
commit | 3262a78f7a2089f613c7455abc0613010579b2e7 (patch) | |
tree | a755066efa8745124f9b5aebd6f70e528c047b12 /bootstrap | |
parent | Feat(hm/conf/mumble): Add (diff) | |
download | nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.tar.gz nixos-config-3262a78f7a2089f613c7455abc0613010579b2e7.zip |
Style(treewide): Switch to editorconfig
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap/default.nix b/bootstrap/default.nix index b6612efb..4898557a 100644 --- a/bootstrap/default.nix +++ b/bootstrap/default.nix @@ -36,5 +36,3 @@ output = {inherit activate install setup config_setup ensure_config_variables;}; in output -# vim: ts=2 - |