add landing page

This commit is contained in:
Grisha Shipunov 2025-02-02 20:50:39 +01:00
parent e9ea354f51
commit 8086efe6ec
3 changed files with 47 additions and 4 deletions

View file

@ -35,6 +35,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
website = {
url = "git+https://codeberg.org/0xa/website.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
tmux-yank = {
url = "github:tmux-plugins/tmux-yank";
flake = false;