From fad070358b17e7e78401abc80f0bd79d0b9ca664 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 24 Jun 2024 18:29:31 -0600 Subject: [PATCH] changed to dark theme --- gnome.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnome.nix b/gnome.nix index 16873aa..7d0d281 100644 --- a/gnome.nix +++ b/gnome.nix @@ -35,24 +35,24 @@ ]); qt = { enable = true; - style = "adwaita"; + style = "adwaita-dark"; }; users.users.jawz.packages = (with pkgs; [ # ffmpegthumbnailer # generate thumbnails adw-gtk3 # theme legacy applications gnome.gnome-tweaks # tweaks for the gnome desktop environment papirus-icon-theme # icon theme - gradience # theme customizer, allows you to modify adw-gtk3 themes libgda # for pano shell extension + # gradience # theme customizer, allows you to modify adw-gtk3 themes ]) ++ (with pkgs.gnomeExtensions; [ appindicator # applets for open applications reading-strip # like putting a finger on every line I read tactile # window manager pano # clipboard manager freon # hardware temperature monitor - # blur-my-shell # make the overview more visually appealing - # gamemode # I guess I'm a gamer now? - # burn-my-windows + gamemode-indicator-in-system-settings # I guess I'm a gamer now? + blur-my-shell # make the overview more visually appealing + burn-my-windows # forge # window manager ]); }