changes en masse, cleanup

This commit is contained in:
Kat Inskip 2022-06-02 17:12:20 +01:00 committed by kat
parent 84351416d6
commit 89e4922c25
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
30 changed files with 304 additions and 581 deletions

View file

@ -5,13 +5,11 @@ let
inherit system;
overlays = [
(import ./nur { inherit inputs; })
(import inputs.emacs-overlay)
(import ./dns { inherit inputs; })
(import ./local)
(import ./lib)
] ++ (map (path: import "${path}/overlay.nix") [
inputs.arcexprs
inputs.anicca
]);
config = {
allowUnfree = true;