nixcfg/home/features/themes/default.nix
nomadics9 16170bdebc init
2024-10-06 19:48:10 +03:00

9 lines
102 B
Nix

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