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

7 lines
142 B
Nix
Raw Permalink Normal View History

2024-11-15 10:17:56 +01:00
{ pkgs, ... }:
{
2023-02-07 18:24:28 +01:00
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-removable.nix {
inherit pkgs;
};
}