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