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

2 lines
80 B
Nix
Raw Normal View History

2023-05-04 13:08:10 +02:00
{ ... }: { imports = [ ./catppuccin.nix ./nvim.nix ./riff.nix ./vscode.nix ]; }