1
Fork 0
satellite/modules/themes/gtk.nix
2022-05-10 19:00:16 +03:00

11 lines
149 B
Nix

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