overlays: Import the simple overlay

This commit is contained in:
2021-11-05 12:49:14 +01:00
parent d29e35ba91
commit 5e8c297d03
4 changed files with 4 additions and 23 deletions

View File

@@ -41,6 +41,7 @@ in inputs.nixpkgs.lib.nixosSystem {
nur.overlay
emacs.overlay
(import ../packages)
(import ../overlays/simple.nix)
];
}