1
Fork 0
satellite/modules/themes/gtk.nix

11 lines
149 B
Nix
Raw Normal View History

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