about summary refs log tree commit diff
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorManuel Palenzuela <[email protected]>2022-06-20 17:38:39 +0200
committerBaitinq <[email protected]>2022-06-20 17:38:39 +0200
commit4b4f3ec6b443d8954396daab48f588fdad976da7 (patch)
tree5b2b4cd52bbd8b3f96cabd4d71860753074ba4e0 /overlays/default.nix
parentIndent custom packages under custom set (diff)
downloadnixos-config-4b4f3ec6b443d8954396daab48f588fdad976da7.tar.gz
nixos-config-4b4f3ec6b443d8954396daab48f588fdad976da7.tar.bz2
nixos-config-4b4f3ec6b443d8954396daab48f588fdad976da7.zip
Move overlays under folders
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index bb4f07a..ef828bf 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -1,7 +1,7 @@
 final: prev:
 let
   overlays = [
-    (import ./base.nix)
+    (import ./base)
   ];
 in
 prev.lib.composeManyExtensions overlays final prev