diff options
| author | Grisha Shipunov | 2025-02-02 20:50:39 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-02-02 20:50:39 +0100 |
| commit | 8086efe6ec04e5e1e5909501001db8defff746f3 (patch) | |
| tree | 3d7a518cb524c3243e1db97bd50d2a685dee7d67 /flake.nix | |
| parent | e9ea354f513eeac76dbcc30ea2688fadef0b5013 (diff) | |
add landing page
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; |
