diff --git a/docs/TODO.md b/docs/TODO.md index 3966c82..81c4537 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -9,4 +9,5 @@ feel free to contribute <3 ([CONTRIBUTING.md](CONTRIBUTING.md)) - [ ] neotest golang - [ ] nvim dap +- [ ] Tofi configuration - [ ] OS Hardening with nix-mineral diff --git a/home/system/tofi/default.nix b/home/system/tofi/default.nix index e2c17e0..2d20807 100644 --- a/home/system/tofi/default.nix +++ b/home/system/tofi/default.nix @@ -1,5 +1,4 @@ # Tofi is a dmeny-like application launcher -# TODO: Tofi configuration { config, lib, ... }: let background = "#${config.lib.stylix.colors.base00}70";