feat: add tpanel for wayland

This commit is contained in:
tux
2025-05-31 18:49:57 +05:30
parent 7b9033cb49
commit 1c9e4fdf86
4 changed files with 160 additions and 174 deletions

View File

@ -137,6 +137,10 @@
url = "git+ssh://git@github.com/tuxdotrs/trok.git";
inputs.nixpkgs.follows = "nixpkgs";
};
tpanel = {
url = "github:tuxdotrs/tpanel";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {
url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
inputs.nixpkgs.follows = "nixpkgs";