aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2022-06-14 17:37:53 +0100
committerAkshay <[email protected]>2022-06-14 17:37:53 +0100
commit6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf (patch)
tree77db1d8e39d425105bf0ad20fb83881654d1ab33 /flake.nix
parent0ed4698d124a4bfd9e57fbe99d89b6a46a7c11f0 (diff)
stuff for colemak
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index dec2ba2..350fcf2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -58,7 +58,7 @@
58 imports = [ ./home.nix ]; 58 imports = [ ./home.nix ];
59 _module.args.self = self; 59 _module.args.self = self;
60 _module.args.inputs = inputs; 60 _module.args.inputs = inputs;
61 _module.args.theme = import ./theme.nix; 61 _module.args.theme = import ./theme;
62 }; 62 };
63 } 63 }
64 ]; 64 ];