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

9 lines
100 B
Nix
Raw Normal View History

2022-12-26 13:02:48 +01:00
{ ... }: {
imports = [
2023-04-25 09:50:25 +02:00
./catppuccin.nix
./nvim.nix
2022-12-26 13:02:48 +01:00
./riff.nix
2023-04-25 10:04:50 +02:00
./vscode.nix
2022-12-26 13:02:48 +01:00
];
2023-04-25 09:50:25 +02:00
}