infra/nix/os/profiles/removable-medium/pkg.nix

9 lines
151 B
Nix
Raw Normal View History

2022-10-31 11:04:38 +01:00
{ pkgs, ... }:
{
2022-10-31 11:04:38 +01:00
home-manager.users.steveej =
import ../../../home-manager/configuration/graphical-removable.nix {
inherit pkgs;
};
}