mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
10 lines
137 B
Nix
10 lines
137 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [ ./stylix.nix ];
|
|
gtk = {
|
|
enable = true;
|
|
iconTheme = {
|
|
name = "Papirus-Dark";
|
|
};
|
|
};
|
|
}
|