feat(desktop): replace tpanel with tshell

This commit is contained in:
tux
2026-08-24 21:13:46 +05:30
parent 7f0d55c597
commit 915c30c804
4 changed files with 69 additions and 71 deletions

View File

@@ -24,8 +24,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tpanel = {
url = "github:tuxdotrs/tpanel";
tshell = {
url = "github:tuxdotrs/tshell";
inputs.nixpkgs.follows = "nixpkgs";
};