nixfiles/hosts/rpi4/home.nix
2024-06-20 22:14:33 -04:00

8 lines
118 B
Nix

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