enable ungoogled chromium
This commit is contained in:
parent
6b8828a028
commit
95abd02b9b
2 changed files with 7 additions and 0 deletions
6
home/programs/chrome.nix
Normal file
6
home/programs/chrome.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.chromium = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.ungoogled-chromium;
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
./aria2.nix
|
./aria2.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./btop.nix
|
./btop.nix
|
||||||
|
./chrome.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
./exa.nix
|
./exa.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
|
Loading…
Reference in a new issue