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