diff options
Diffstat (limited to '')
| -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 = { |
