nixos/machines/thinkman/profiles.nix
2023-01-23 22:56:30 +01:00

11 lines
163 B
Nix

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