infrastructure/nixos/common/hm-modules/default.nix

4 lines
92 B
Nix
Raw Normal View History

2023-06-27 11:19:54 +02:00
{ ... }: {
imports = [ ./catppuccin.nix ./nvim.nix ./riff.nix ./vscode.nix ./git.nix ];
}