mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 21:25:58 +01:00
nix: add overlay back
This commit is contained in:
parent
c7dc0fd509
commit
b3276d3207
1 changed files with 8 additions and 1 deletions
|
@ -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 a new issue