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 /hosts/marduk | |
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 '')
-rw-r--r-- | hosts/marduk/default.nix | 1 | ||||
-rw-r--r-- | hosts/marduk/hardware/default.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/marduk/default.nix b/hosts/marduk/default.nix index a45d9efd..2379fcdf 100644 --- a/hosts/marduk/default.nix +++ b/hosts/marduk/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 {lib, ...}: { imports = [ ./hardware diff --git a/hosts/marduk/hardware/default.nix b/hosts/marduk/hardware/default.nix index 4c954bae..726e27a1 100644 --- a/hosts/marduk/hardware/default.nix +++ b/hosts/marduk/hardware/default.nix @@ -1,4 +1,3 @@ -# vim: ts=2 { lib, pkgs, |