5 lines
140 B
Nix
5 lines
140 B
Nix
{pkgs, ...}: {
|
|
home-manager.users.steveej = import ../../../home-manager/configuration/graphical-removable.nix {
|
|
inherit pkgs;
|
|
};
|
|
}
|