From 6066b1bbe2c1cdaa8b0085a92071c11d64e9abbf Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 14 Jun 2022 22:07:53 +0530 Subject: stuff for colemak --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dec2ba2..350fcf2 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ imports = [ ./home.nix ]; _module.args.self = self; _module.args.inputs = inputs; - _module.args.theme = import ./theme.nix; + _module.args.theme = import ./theme; }; } ]; -- cgit v1.2.3