blob: f8c0f0b9cbcd0a6c6b1bc181af71ec48ac42dc75 [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
rpiplay
];
environment.systemPackages = with pkgs; [
tmux
];
}