diff --git a/flake.nix b/flake.nix index 506b89bb..96b2375f 100644 --- a/flake.nix +++ b/flake.nix @@ -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; + }; }; }