This commit is contained in:
2025-11-19 21:06:46 +01:00
parent e6609fd6f4
commit a3b13c47ef
16 changed files with 267 additions and 837 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
gtk = {
enable = true;
@@ -9,8 +9,8 @@
};
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
package = lib.mkForce pkgs.adwaita-icon-theme;
name = lib.mkForce "Adwaita";
};
font = {