diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 01:28:39 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-29 01:28:53 +0200 |
| commit | 32cf7403004d423de9f02a82bb104f388ae5cc86 (patch) | |
| tree | 7dc7b9e15537e6ba99f3c43244c2591d12f67f74 /modules/home.legacy/conf/gtk/default.nix | |
| parent | scripts/why-depends: Correctly parse command line arguments (diff) | |
| download | nixos-config-32cf7403004d423de9f02a82bb104f388ae5cc86.zip | |
treewide: Remove unneeded dependencies
This shaves off around 1.2 GB from the system closure.
Diffstat (limited to 'modules/home.legacy/conf/gtk/default.nix')
| -rw-r--r-- | modules/home.legacy/conf/gtk/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home.legacy/conf/gtk/default.nix b/modules/home.legacy/conf/gtk/default.nix index c1a94f73..56e5f565 100644 --- a/modules/home.legacy/conf/gtk/default.nix +++ b/modules/home.legacy/conf/gtk/default.nix @@ -15,7 +15,8 @@ gtk = { enable = true; theme = { - package = pkgs.nordic; + # NOTE: The `nordic` package pulls the whole plasma shell, for a plasma theme :/ <2026-05-29> + # package = pkgs.nordic; name = "Nordic"; }; cursorTheme = { |
