From 8086efe6ec04e5e1e5909501001db8defff746f3 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 2 Feb 2025 20:50:39 +0100 Subject: add landing page --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8c112fa..1070488 100644 --- a/flake.nix +++ b/flake.nix @@ -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; -- cgit v1.3.1