mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
10 lines
137 B
Nix
10 lines
137 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [ ./stylix.nix ];
|
|
gtk = {
|
|
enable = true;
|
|
iconTheme = {
|
|
name = "Papirus-Dark";
|
|
};
|
|
};
|
|
}
|