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
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./chrome.nix
|
||||
./direnv.nix
|
||||
./exa.nix
|
||||
./git.nix
|
||||
|
@ -34,6 +33,7 @@
|
|||
ripgrep
|
||||
spotify-tui
|
||||
wl-clipboard
|
||||
ungoogled-chromium
|
||||
xdg-utils
|
||||
yubioath-flutter
|
||||
yubikey-manager
|
||||
|
|
Loading…
Reference in a new issue