From 79b05113b49ed3890767e676d6470e0b72fb0c3f Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:57:39 +0300 Subject: [PATCH] changes Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- hosts/hermes/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hermes/configuration.nix b/hosts/hermes/configuration.nix index 573cbc7..c94944c 100644 --- a/hosts/hermes/configuration.nix +++ b/hosts/hermes/configuration.nix @@ -101,7 +101,7 @@ in { packages = with pkgs; [ wezterm gradience - gnome.tweaks + gnome.gnome-tweaks ]; shell = pkgs.fish; };