diff --git a/home-manager/btop.nix b/home-manager/btop.nix index 98f04771..1ec78b5e 100644 --- a/home-manager/btop.nix +++ b/home-manager/btop.nix @@ -1,5 +1,5 @@ { ... }: { - home.file.".config/btop/btop.conf".text = " + home.file.".config/btop/btop.conf".text = """ color_theme = "../share/btop/themes/gruvbox_dark_v2.theme" theme_background = True truecolor = True @@ -68,5 +68,5 @@ show_battery = True selected_battery = "Auto" log_level = "WARNING" - "; + """; } \ No newline at end of file