Added
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user