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 /home-manager/config/lf | |
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 'home-manager/config/lf')
-rw-r--r-- | home-manager/config/lf/commands/default.nix | 2 | ||||
-rw-r--r-- | home-manager/config/lf/default.nix | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/home-manager/config/lf/commands/default.nix b/home-manager/config/lf/commands/default.nix index a7cb2039..67362fd0 100644 --- a/home-manager/config/lf/commands/default.nix +++ b/home-manager/config/lf/commands/default.nix @@ -220,5 +220,3 @@ in { }; }; } -# vim: ts=2 - diff --git a/home-manager/config/lf/default.nix b/home-manager/config/lf/default.nix index 73c2cd3d..9f43a891 100644 --- a/home-manager/config/lf/default.nix +++ b/home-manager/config/lf/default.nix @@ -50,5 +50,3 @@ in { ''; }; } -# vim: ts=2 - |