mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-19 05:32:10 -08:00
15 lines
235 B
Nix
15 lines
235 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
imports = [ ./stylix.nix ];
|
||
|
# gtk = {
|
||
|
# enable = true;
|
||
|
# cursorTheme = {
|
||
|
# name = "Bibata-Modern-Ice";
|
||
|
# size = 26;
|
||
|
# };
|
||
|
# iconTheme = {
|
||
|
# name = "Papirus-Dark";
|
||
|
# };
|
||
|
# };
|
||
|
}
|