10 lines
131 B
Nix
10 lines
131 B
Nix
{ pkgs, ... }: {
|
|
gtk = {
|
|
enable = true;
|
|
theme = {
|
|
package = pkgs.arc-theme;
|
|
name = "Arc-Dark";
|
|
};
|
|
};
|
|
}
|