nvm
This commit is contained in:
parent
be349c29ea
commit
17300756ce
3 changed files with 0 additions and 18 deletions
|
@ -26,7 +26,6 @@
|
||||||
browsers = {
|
browsers = {
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
qutebrowser.enable = false;
|
qutebrowser.enable = false;
|
||||||
chromium = true;
|
|
||||||
};
|
};
|
||||||
apps = {
|
apps = {
|
||||||
nemo.enable = true;
|
nemo.enable = true;
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
{ outputs, options, config, lib, pkgs, ...}:
|
|
||||||
with lib;
|
|
||||||
let
|
|
||||||
cfg = config.modules.desktop.browsers.chromium;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.modules.desktop.browsers.chromium= {
|
|
||||||
enable = mkEnableOption false;
|
|
||||||
};
|
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
|
||||||
users.users.sako.packages = with pkgs; [
|
|
||||||
ungoogled-chromium
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -2,6 +2,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
./qutebrowser
|
./qutebrowser
|
||||||
./firefox
|
./firefox
|
||||||
./chromium
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue