diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-30 18:39:12 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-30 18:39:12 +0200 |
| commit | ee0534e2bb76a85b727eb275b1474e755e8929da (patch) | |
| tree | 86af0942c1fb614593b7c1a2406bcac2df9c7e7f /modules | |
| parent | modules/nix: Modularize (diff) | |
| download | nixos-config-ee0534e2bb76a85b727eb275b1474e755e8929da.zip | |
modules/legacy/gtk: Re-enable the nordic themeprime
This theme seems to also remove the client side decoration title bars,
which are incredible ugly and pointless on a wm. So, let's re-activate
it.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home.legacy/conf/gtk/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home.legacy/conf/gtk/default.nix b/modules/home.legacy/conf/gtk/default.nix index 56e5f565..e624765b 100644 --- a/modules/home.legacy/conf/gtk/default.nix +++ b/modules/home.legacy/conf/gtk/default.nix @@ -15,8 +15,8 @@ gtk = { enable = true; theme = { - # NOTE: The `nordic` package pulls the whole plasma shell, for a plasma theme :/ <2026-05-29> - # package = pkgs.nordic; + # NOTE: The `nordic` package pulls the whole plasma shell, to copy some stuff from a plasma theme :/ <2026-05-29> + package = pkgs.nordic; name = "Nordic"; }; cursorTheme = { |
