infra/nix/os/profiles/removable-medium/pkg.nix
2022-10-31 11:05:05 +01:00

8 lines
151 B
Nix

{ pkgs, ... }:
{
home-manager.users.steveej =
import ../../../home-manager/configuration/graphical-removable.nix {
inherit pkgs;
};
}