7 lines
85 B
Nix
7 lines
85 B
Nix
{ inputs, ... }:
|
|
{
|
|
home-manager.users.me.programms.emcas = {
|
|
enable = true;
|
|
};
|
|
}
|