nix-config/modules/common/profiles/default.nix
Bruno BELANYI 033b0e8a57 common: add profiles
I will be migrating each sub-module one by one.
2025-07-07 15:08:03 +00:00

7 lines
132 B
Nix

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