summaryrefslogtreecommitdiff
path: root/lib/my.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-16 23:16:01 +0200
committerMike Vink <mike1994vink@gmail.com>2023-10-16 23:25:42 +0200
commitd885924961b3c4b3db76b78e603c0cc84ff88aae (patch)
treec152dcd1e54806adfe9fdb13d8f4efad393f9317 /lib/my.nix
parente5957fa18a322338b2f75afd62e32cdb84143236 (diff)
stuff
Diffstat (limited to 'lib/my.nix')
-rw-r--r--lib/my.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/my.nix b/lib/my.nix
deleted file mode 100644
index 720fd32..0000000
--- a/lib/my.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-lib: with lib; let
- modules = [
- {
- config = {
- _module.freeformType = with types; attrs;
-
- username = "ivi";
- githubUsername = "mvinkio";
- realName = "Mike Vink";
- domain = "vinkland.xyz";
- email = "mike1994vink@gmail.com";
- };
- }
- ];
-in (evalModules { inherit modules; }).config