infra/nix/os/profiles/removable-medium/pkg.nix
2022-11-03 20:46:14 +01:00

8 lines
151 B
Nix

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