infrastructure/common/hm-modules/default.nix

4 lines
103 B
Nix
Raw Normal View History

2024-01-03 11:36:37 +01:00
{ ... }: {
imports = [ ./catppuccin.nix ./nvim.nix ./riff.nix ./vscode.nix ./git.nix ./rust.nix ];
}