nix-config/profiles/default.nix
2021-05-16 00:03:59 +02:00

10 lines
161 B
Nix

# Configuration that spans accross system and home, or are almagations of modules
{ ... }:
{
imports = [
./bluetooth.nix
./gtk.nix
./wm.nix
];
}