mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
0f3fb291ec406ee333e4611eea24ccb4e7135407
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
QML
62.8%
C++
28.4%
Nix
6.3%
CMake
2.5%
