re-add catppuccin discord
This commit is contained in:
parent
94672cc1af
commit
7b9bbc95a0
6 changed files with 89 additions and 2 deletions
|
|
@ -73,6 +73,11 @@
|
|||
url = "gitlab:OpenMW/openmw";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
catppuccin-discord = {
|
||||
url = "github:catppuccin/discord";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -92,6 +97,7 @@
|
|||
nixvim,
|
||||
apple-silicon,
|
||||
openmw,
|
||||
catppuccin-discord,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -135,6 +141,7 @@
|
|||
nur.overlays.default
|
||||
(final: prev: {
|
||||
openmw-git = openmw;
|
||||
catppuccin-discord-git = catppuccin-discord;
|
||||
base16-discord-git = base16-discord;
|
||||
})
|
||||
(import ./packages/overlay.nix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue