Files
setup-machines/home-manager/dotfiles/default.nix
2025-07-03 21:34:17 +02:00

8 lines
49 B
Nix

{ ... }:
{
imports = [
./clang.nix
];
}