Skip to content

tuxdotrs/tpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tux's panel

wakatime home GitHub repo size GitHub commit activity

full

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

Releases

No releases published

Packages

No packages published