diff --git a/apps/default.nix b/apps/default.nix index bcd968b05ff3a59b041b826f4e4386b17241be98..c181d4755c0e321bc15a4ea4136b0a2bed000f44 100644 --- a/apps/default.nix +++ b/apps/default.nix @@ -16,8 +16,6 @@ ./gtk.nix ./helix.nix ./jq.nix { - ./bottom.nix -{ ./exa.nix ./oh-my-posh.nix ./spotifyd.nix diff --git a/apps/firefox/work.nix b/apps/firefox/work.nix index a76387c2f9ab68441b3b075f11c56435c999b6cf..2573dbb6f03ef50d902a575b1c6930f5f0e0ffa2 100644 Binary files a/apps/firefox/work.nix and b/apps/firefox/work.nix differ diff --git a/apps/lazygit.nix b/apps/lazygit.nix deleted file mode 100644 index c3345634446c090f24737692adbd05a42274b782..0000000000000000000000000000000000000000 --- a/apps/lazygit.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - programs.lazygit = { - enable = true; - settings = { - nerdFontsVersion = "3"; - update.method = "never"; - gui.theme = { - lightTheme = false; - activeBorderColor = ["#a6e3a1" "bold"]; - inactiveBorderColor = ["#cdd6f4"]; - optionsTextColor = ["#89b4fa"]; - selectedLineBgColor = ["#313244"]; - selectedRangeBgColor = ["#313244"]; - cherryPickedCommitBgColor = ["#94e2d5"]; - cherryPickedCommitFgColor = ["#89b4fa"]; - unstagedChangesColor = ["#f38ba8"]; - }; - }; - }; -}