From c39c7aa47f297110e04c788abfeae96ddadbcbea Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 21 Aug 2023 23:08:42 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/gnome-conf.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/nixos-laptop/home-manager/gnome-conf.nix b/hosts/nixos-laptop/home-manager/gnome-conf.nix index 94d7e92b..d825b25d 100644 --- a/hosts/nixos-laptop/home-manager/gnome-conf.nix +++ b/hosts/nixos-laptop/home-manager/gnome-conf.nix @@ -19,7 +19,6 @@ in { programs.gnome-terminal = { enable = true; themeVariant = "system"; - showScrollBar = false; profile.Default = { bolsIsBright = true; cursorShape = "block";