dotfiles/nixos/packages/offline.hm.nix
2024-11-07 16:25:41 -07:00

8 lines
235 B
Nix

#
# A list of packages we want around for machines we expect
# to sometimes be offline; even if they'd normally be intantiated
# via a nix shell expression.
#
specialArgs: {
home.packages = (import ./offline.pkgs.nix) specialArgs;
}