forked from pub-solar/os
15 lines
388 B
Nix
15 lines
388 B
Nix
|
# Packages in this list are imported by hosts/default.nix, and are pulled from
|
||
|
# nixpkgs master instead of the default nixos release. This doesn't actually
|
||
|
# install them, just creates an overlay to pull them from master if they are
|
||
|
# installed by the user elsewhere in the configuration.
|
||
|
pkgs:
|
||
|
with pkgs;
|
||
|
[
|
||
|
starship
|
||
|
element-desktop
|
||
|
discord
|
||
|
signal-desktop
|
||
|
dhall
|
||
|
nixpkgs-fmt
|
||
|
]
|