7 lines
100 B
Nix
7 lines
100 B
Nix
{ username, ... }:
|
|
{
|
|
config.hjem.users.${username}.rum.programs.zsh = {
|
|
enable = true;
|
|
};
|
|
}
|