mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
9649ab0b6ed9dac81b7f3be14b1806d3e1d60615
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 ];
Languages
TypeScript
79.8%
SCSS
13.8%
Nix
6.4%