1
0
Fork 0
mirror of https://github.com/youwen5/nixos.git synced 2025-03-01 06:41:11 -08:00
liminalOS/hm/modules/linux/theming/default.nix

10 lines
137 B
Nix

{ pkgs, ... }:
{
imports = [ ./stylix.nix ];
gtk = {
enable = true;
iconTheme = {
name = "Papirus-Dark";
};
};
}