services/nginx: add website

This commit is contained in:
LavaDesu 2022-02-14 18:34:46 +07:00
parent a0e4da2fd0
commit 4b2c36b00f
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 23 additions and 5 deletions

View file

@ -17,6 +17,9 @@
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
powercord-overlay.inputs.nixpkgs.follows = "nixpkgs";
# services
website = { url = "github:LavaDesu/lavadesu.github.io/master"; flake = false; };
# zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; };