This commit is contained in:
blahai 2025-02-13 21:39:55 +02:00
parent eec4c01dfb
commit d13b5044ba
No known key found for this signature in database
5 changed files with 17 additions and 21 deletions

View file

@ -2,6 +2,7 @@
inputs,
config,
pkgs,
pkgs-smol,
...
}: {
imports = [
@ -56,7 +57,7 @@
};
iconTheme = {
name = "WhiteSur";
package = pkgs.whitesur-icon-theme.override {
package = pkgs-smol.whitesur-icon-theme.override {
boldPanelIcons = true;
alternativeIcons = true;
};