nixos/machines/thinkman/profiles.nix

11 lines
135 B
Nix
Raw Normal View History

2023-01-22 17:18:37 +01:00
# enabled profiles
{ config, lib, ... }:
let
secrets = config.sops.secrets;
in
{
my.profiles = {
android.enable = true;
};
}