From d205b28f4fa099d539ca01af31c533e2b1ad5f19 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 19 Jun 2025 23:45:14 +0200 Subject: [PATCH] rofi and btop settings --- modules/home/btop.nix | 9 +++++++++ modules/home/rofi.nix | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/home/btop.nix diff --git a/modules/home/btop.nix b/modules/home/btop.nix new file mode 100644 index 0000000..b3baa08 --- /dev/null +++ b/modules/home/btop.nix @@ -0,0 +1,9 @@ +{ + programs.btop = { + enable = true; + settings = { + color_theme = "gruvbox_dark_v2"; + theme_background = false; + }; + }; +} diff --git a/modules/home/rofi.nix b/modules/home/rofi.nix index 5f4ff67..3c905b8 100644 --- a/modules/home/rofi.nix +++ b/modules/home/rofi.nix @@ -7,6 +7,6 @@ "drun" "window" ]; - terminal = "\${pkgs.ghostty}/bin/ghostty"; + terminal = "ghostty"; }; }