nixfiles/hosts/rpi4/home.nix
2024-06-20 03:37:49 -04:00

7 lines
80 B
Nix

{ config, ... }:
{
config = {
nixfiles.profile.base.enable = true;
};
}