mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
Configure Hydra jobs 👷
This commit is contained in:
parent
ce0e80f997
commit
e66ff87e79
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
|||
}
|
||||
);
|
||||
|
||||
hydraJobs = {
|
||||
inherit (self.packages.x86_64-linux) docs palette-generator;
|
||||
};
|
||||
|
||||
nixosModules.stylix = { pkgs, ... }@args: {
|
||||
imports = [
|
||||
./modules/alacritty.nix
|
||||
|
|
Loading…
Reference in a new issue