infra/nix/os/profiles/removable-medium/pkg.nix
2023-02-07 18:23:51 +01:00

5 lines
140 B
Nix

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