nixos/machines/thinkman/profiles.nix
2023-01-22 17:22:28 +01:00

10 lines
135 B
Nix

# enabled profiles
{ config, lib, ... }:
let
secrets = config.sops.secrets;
in
{
my.profiles = {
android.enable = true;
};
}