feat: add chromium
This commit is contained in:
parent
30092474a5
commit
ef5cd7459d
1 changed files with 5 additions and 0 deletions
|
@ -410,4 +410,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mpv.enable = true;
|
programs.mpv.enable = true;
|
||||||
|
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.ungoogled-chromium;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue