Add bluemail for, y'know, email
This commit is contained in:
parent
94a23f3806
commit
ebfa4d6aab
|
@ -120,12 +120,13 @@
|
|||
programs.neovim.defaultEditor = true;
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"spotify"
|
||||
"bluemail" "spotify"
|
||||
];
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
bluemail
|
||||
cargo
|
||||
chezmoi
|
||||
cups-filters
|
||||
|
|
Loading…
Reference in New Issue