2025-10-08 17:50:04 +05:30
2025-10-07 03:07:12 +05:30
2025-10-07 01:58:52 +05:30
2025-09-26 12:41:08 +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-28 01:26:31 +05:30
2025-07-05 21:33:55 +05:30
2025-10-07 13:35:06 +02:00
2025-09-24 16:39:34 +05:30
2025-10-07 01:58:52 +05:30

tux's panel

wakatime home GitHub repo size GitHub commit activity

latest

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 ];

Outdated Screenshot

full

Description
Languages
TypeScript 79.8%
SCSS 13.8%
Nix 6.4%