diff options
| author | Fuwn <[email protected]> | 2024-09-23 16:12:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 16:12:28 -0700 |
| commit | 2600cc84e6efe6a9d1b33aa3d441561a838dfa24 (patch) | |
| tree | 001578551ec61a0cae8ccdcaf4bbedd7284f4b2b /modules/default.nix | |
| parent | himeji: move core import to host (diff) | |
| download | nixos-config-2600cc84e6efe6a9d1b33aa3d441561a838dfa24.tar.xz nixos-config-2600cc84e6efe6a9d1b33aa3d441561a838dfa24.zip | |
kansai: move default module to host
Diffstat (limited to 'modules/default.nix')
| -rw-r--r-- | modules/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/default.nix b/modules/default.nix deleted file mode 100644 index 8143eba..0000000 --- a/modules/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - imports = [ - ./core - ./options - ]; -} |