nix-config/modules/common/profiles/default.nix
Bruno BELANYI 05edb48c33 common: add profiles
I will be migrating each sub-module one by one.
2024-01-03 18:17:30 +00:00

7 lines
133 B
Nix

# Configuration that spans accross system and home, or are almagations of modules
{ ... }:
{
imports = [
# FIXME: empty
];
}