summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-02-02 20:50:39 +0100
committerGrisha Shipunov2025-02-02 20:50:39 +0100
commit8086efe6ec04e5e1e5909501001db8defff746f3 (patch)
tree3d7a518cb524c3243e1db97bd50d2a685dee7d67 /flake.nix
parente9ea354f513eeac76dbcc30ea2688fadef0b5013 (diff)
add landing page
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
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;