6 lines
98 B
Nix
6 lines
98 B
Nix
{pkgs, ...}: let
|
|
info = import ../../config.nix;
|
|
in {
|
|
home.packages = info.linux-apps pkgs;
|
|
}
|