mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 04:41:55 +05:30
410ee29aa16f70c1c7a83237e8804975392e035c
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 ];
Ooutdated Screenshot
Languages
TypeScript
79.8%
SCSS
13.8%
Nix
6.4%