pub-solar-os/profiles/im/default.nix
Timothy DeHerrera 5d8413a85a
pkgs#unstable: remove specialArgs
The `specialArgs` defined in `hosts` has kept some modules from working
in external flakes. Instead, we simply enumerate packages in `hosts`
which should be pulled from `unstablePkgs`.
2020-07-26 22:18:59 -06:00

9 lines
120 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
discord
element-desktop
signal-desktop
];
}