blob: fac3c63ae5f2f9484c85be8f30ec2f2b1c4554a2 [file] [log] [blame]
{ pkgs, ... }: {
hardware.enableRedistributableFirmware = true;
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = with pkgs; [
"mailspring-1.11.0"
];
home-manager.users.coded.home.packages = with pkgs; [
bitwarden
sops
nixfmt
nextcloud-client
email
mailspring
ollama
];
}