✨ (neodymium/home) add ungoogled-chromium
This commit is contained in:
parent
a8a72ffdb6
commit
fef75b9b3b
6
hosts/neodymium/home/chromium/default.nix
Normal file
6
hosts/neodymium/home/chromium/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.ungoogled-chromium;
|
||||||
|
};
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
./packages.nix
|
./packages.nix
|
||||||
|
|
||||||
./alacritty
|
./alacritty
|
||||||
|
./chromium
|
||||||
./firefox
|
./firefox
|
||||||
./gtk
|
./gtk
|
||||||
./shell
|
./shell
|
||||||
|
|
Loading…
Reference in a new issue