nix: add overlay back

This commit is contained in:
Fernando Ayats 2022-05-17 15:10:00 +02:00
parent c7dc0fd509
commit b3276d3207
1 changed files with 8 additions and 1 deletions

View File

@ -31,8 +31,15 @@
inherit (self.packages.${system}) wlroots;
};
});
formatter = genSystems (system: pkgsFor.${system}.alejandra);
# TODO Provide a nixos module for easy installation
# TODO Provide a nixos module for easy installation and configuration
# nixosModules.default = import ./module.nix;
# Deprecated
overlay = _: prev: {
hyprland = self.packages.${prev.system}.default;
};
};
}