diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/home.legacy/conf/gtk/default.nix | 4 | ||||
| -rw-r--r-- | modules/home.legacy/pkgs/default.nix | 4 |
2 files changed, 2 insertions, 6 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 = { diff --git a/modules/home.legacy/pkgs/default.nix b/modules/home.legacy/pkgs/default.nix index 18ef3d98..065f0c96 100644 --- a/modules/home.legacy/pkgs/default.nix +++ b/modules/home.legacy/pkgs/default.nix @@ -22,10 +22,6 @@ with pkgs; let }; TuiCli = { - Pdfs = [ - con2pdf # Scanner implementation - ]; - Misc = [ killall # kill a application by name bc # Smart calculator |
