change neofetch to fastfetch & Adapt insecure packages to make whatsie installation possible
13 lines
150 B
Nix
13 lines
150 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
discord
|
|
element-desktop
|
|
signal-desktop
|
|
slack
|
|
telegram-desktop
|
|
whatsie
|
|
];
|
|
}
|