nix-config/modules/common/profiles/default.nix
Bruno BELANYI cea609adf6 common: add profiles
I will be migrating each sub-module one by one.
2025-07-07 14:47:31 +00:00

7 lines
133 B
Nix

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