8 lines
88 B
Nix
8 lines
88 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
home-manager.users.kalle.programs.chromium = {
|
|
enable = true;
|
|
};
|
|
}
|