dotfiles/user-modules/desktop/default.nix

9 lines
84 B
Nix

{ ... }:
{
imports = [
./custom/default.nix
./theming/default.nix
];
}