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

4 lines
103 B
Nix
Raw Normal View History

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