dotfiles/nod/default.nix

7 lines
45 B
Nix
Raw Normal View History

2023-12-25 11:04:01 +01:00
{ ... }:
{
imports = [
./common
];
}