feat: setup tpanel flake

This commit is contained in:
tux
2026-05-06 19:54:49 +05:30
parent 33408ed45e
commit 1dbca689b8
3 changed files with 73 additions and 0 deletions

View File

@@ -24,6 +24,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
tpanel = {
url = "github:tuxdotrs/tpanel";
inputs.nixpkgs.follows = "nixpkgs";
};
import-tree.url = "github:vic/import-tree";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11-small";