feat: add cyber-tux module

This commit is contained in:
tux
2026-05-09 04:54:32 +05:30
parent 96841dbfa8
commit a9d91df8ce
5 changed files with 141 additions and 1 deletions

View File

@@ -29,6 +29,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
cyber-tux = {
url = "git+ssh://git@github.com/tuxdotrs/cyber-tux.git";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm-flake = {
url = "github:wez/wezterm/main?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";