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

6 lines
140 B
Nix
Raw Normal View History

2023-02-07 18:23:51 +01:00
{pkgs, ...}: {
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-removable.nix {
inherit pkgs;
};
}