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

@@ -0,0 +1,7 @@
{
flake.modules.nixos.desktop =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ tshell ];
};
}