feat(tpanel): add tpanel module

This commit is contained in:
tux
2026-05-11 03:39:11 +05:30
parent b2a103235c
commit 6ebc3ed144

View File

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