1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

dashboard: remove

This commit is contained in:
2025-12-22 11:50:22 +01:00
parent f329f25992
commit 0b7308e602
3 changed files with 0 additions and 257 deletions

View File

@@ -331,7 +331,6 @@
cro = pkgs.callPackage packages/cro.nix {};
default-gateway = pkgs.callPackage packages/default-gateway.nix {};
depp = pkgs.callPackage packages/depp.nix {};
dashboard = pkgs.callPackage packages/dashboard {};
fkill = pkgs.callPackage packages/fkill.nix {};
fzfmenu = pkgs.callPackage packages/fzfmenu.nix {};
gpt35 = pkgs.callPackage packages/gpt.nix {model = "gpt-3.5-turbo";};