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