mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
9 lines
105 B
Nix
9 lines
105 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
discord-canary
|
|
signal-desktop
|
|
zoom-us
|
|
];
|
|
}
|