AAAAAAAAA
This commit is contained in:
parent
81802d3807
commit
be349c29ea
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
browsers = {
|
||||
firefox.enable = true;
|
||||
qutebrowser.enable = false;
|
||||
ungoogled-chromium = true;
|
||||
chromium = true;
|
||||
};
|
||||
apps = {
|
||||
nemo.enable = true;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{ outputs, options, config, lib, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.modules.desktop.browsers.ungoogled-chromium;
|
||||
cfg = config.modules.desktop.browsers.chromium;
|
||||
in
|
||||
{
|
||||
options.modules.desktop.browsers.ungoogled-chromium = {
|
||||
options.modules.desktop.browsers.chromium= {
|
||||
enable = mkEnableOption false;
|
||||
};
|
||||
|
|
@ -2,6 +2,6 @@
|
|||
imports = [
|
||||
./qutebrowser
|
||||
./firefox
|
||||
./ungoogled-chromium
|
||||
./chromium
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue