disable the chrome module
This commit is contained in:
parent
cab226c2c4
commit
8ef433ff93
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
programs.chromium = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.ungoogled-chromium;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -3,7 +3,6 @@
|
||||||
./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
|
||||||
|
@ -34,6 +33,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
spotify-tui
|
spotify-tui
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
ungoogled-chromium
|
||||||
xdg-utils
|
xdg-utils
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
yubikey-manager
|
yubikey-manager
|
||||||
|
|
Loading…
Reference in a new issue