13 lines
168 B
Nix
13 lines
168 B
Nix
{ pkgs, ... }:
|
|
{
|
|
gtk = {
|
|
enable = true;
|
|
|
|
rose-pine.enable = true;
|
|
|
|
iconTheme = {
|
|
package = pkgs.kora-icon-theme;
|
|
name = "kora";
|
|
};
|
|
};
|
|
}
|