dotfiles/hm/dev/default.nix

7 lines
75 B
Nix
Raw Normal View History

2024-01-08 22:59:06 +01:00
{ pkgs, config, ... }: {
imports = [
./c.nix
./common.nix
];
}