nixos-config/modules/home/settings/gtk/default.nix
2025-03-21 22:29:32 -04:00

10 lines
128 B
Nix

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