This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
catppuccin-palette
mirror of
https://gitea.catppuccin.com/catppuccin/palette
Watch
1
Star
0
Fork
You've already forked catppuccin-palette
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b85d36adec
catppuccin-palette
/
shell.nix
5 lines
88 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
deno
pkgs
.
nodejs
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink