nixos-config/modules/home/settings/gtk/default.nix

10 lines
122 B
Nix

{ config, ... }:
{
imports = [
./bookmarks
./css
./theme
];
gtk.enable = config.home.desktop.enable;
}