nix-config/home/themes/dark/default.nix
2025-04-02 23:34:58 +02:00

10 lines
79 B
Nix

{ pkgs, ... }:
{
imports = [
./qt.nix
./gtk.nix
];
}