diff options
author | Linnnus <[email protected]> | 2023-10-01 21:48:51 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-01 21:48:51 +0200 |
commit | 6d22256a85df7228a356a802dbc513c8abeeb2b7 (patch) | |
tree | eddc506e9cb0aa49c79c261a2995dd8de41135b7 /modules/default.nix | |
parent | 877db4137c34216fc2623570bc155d73e4b27f0b (diff) |
Export modules
Diffstat (limited to 'modules/default.nix')
-rw-r--r-- | modules/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/default.nix b/modules/default.nix deleted file mode 100644 index 3015d59..0000000 --- a/modules/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ ... }: - -{ - imports = - [ - ./linus.onl - ./notifications.linus.onl - ./cloudflare-proxy - ./graphics - ]; -} |