dotfiles/modules/browsers/chromium.nix
2025-06-26 17:03:29 +02:00

8 lines
88 B
Nix

{
...
}:
{
home-manager.users.kalle.programs.chromium = {
enable = true;
};
}