dotfiles-nix/nix/users/nicolaivds/themes/default.nix
2023-10-13 15:56:14 +02:00

7 lines
70 B
Nix

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