2025-06-16 23:33:52 +05:30
2025-09-24 16:39:34 +05:30
2025-09-24 16:39:34 +05:30
2025-05-31 14:00:56 +05:30
2025-09-24 16:39:34 +05:30
2025-09-24 16:39:34 +05:30
2025-07-05 21:33:55 +05:30
2025-06-16 23:33:52 +05:30
2025-09-24 16:39:34 +05:30

tux's panel

wakatime home GitHub repo size GitHub commit activity

full

Installation

Quick

# If you want to quickly test out tpanel
nix run github:tuxdotrs/tpanel

Flake

# Add to your flake inputs
tpanel = {
  url = "github:tuxdotrs/tpanel";
  inputs.nixpkgs.follows = "nixpkgs";
};

# Add this in your nixos config
environment.systemPackages = [ inputs.tpanel.packages.${system}.default ];

# Add this in your HomeManager config
home.packages = [ inputs.tpanel.packages.${system}.default ];
Description
Languages
TypeScript 79.8%
SCSS 13.8%
Nix 6.4%