mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
feat: setup tpanel flake
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
flake.overlays = {
|
||||
modifications = final: prev: {
|
||||
tnvim = inputs.tnvim.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
tpanel = inputs.tpanel.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
ags = inputs.tpanel.packages.${prev.stdenv.hostPlatform.system}.ags.default;
|
||||
};
|
||||
|
||||
stable-packages = final: _prev: {
|
||||
|
||||
Reference in New Issue
Block a user