mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-24 16:22:27 +03:00
nix: add overlay back
This commit is contained in:
parent
c7dc0fd509
commit
b3276d3207
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user