From 1bb49481dbec223e68df4f60fa1d425525e16cff Mon Sep 17 00:00:00 2001 From: brustybee Date: Mon, 13 Apr 2026 03:04:59 +0530 Subject: This is like that one dream you don't know how to describe --- users/common.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'users/common.nix') diff --git a/users/common.nix b/users/common.nix index 2390e7f..d9c71e7 100644 --- a/users/common.nix +++ b/users/common.nix @@ -70,8 +70,8 @@ in name = "adw-gtk3"; }; iconTheme = { - name = "Papirus-Dark"; - package = pkgs.papirus-icon-theme; + name = "Adwita"; + package = pkgs.adwaita-icon-theme; }; gtk3 = { bookmarks = [ @@ -86,7 +86,7 @@ in gtk-decoration-layout = ":"; }; extraCss = '' - @import url("colors.css"); + @import url("dank-colors.css"); ''; }; @@ -97,7 +97,7 @@ in gtk-decoration-layout = ":"; }; extraCss = '' - @import url("colors.css"); + @import url("dank-colors.css"); ''; }; }; @@ -142,7 +142,8 @@ in # clapper wlsunset thunderbird - quickshell + gpu-screen-recorder-gtk + kdePackages.qqc2-desktop-style (pkgs.obsidian.override { electron = pkgs.electron_40; }) -- cgit v1.3.1