1
Fork 0
satellite/modules/themes/gtk.nix
2022-05-12 00:11:54 +03:00

11 lines
157 B
Nix

{ pkgs, ... }:
let
theme = pkgs.myThemes.current;
in
{
home-manager.users.adrielus.gtk = {
enable = true;
theme = theme.gtk.path or null;
};
}