From f760d9b564300a522d15dd93542c192a822a2974 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:03:50 +0200 Subject: [PATCH] update todos --- docs/TODO.md | 1 + home/system/tofi/default.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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";