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"; }; }