aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 ];