mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-02-04 06:56:47 +05:30
f46e52d427fc1eaaaf391ad59d2e8f6e4580b904
tux's panel
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
Languages
TypeScript
80.1%
SCSS
13.9%
Nix
6%

