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