Remove features
All checks were successful
/ check (push) Successful in 1m21s

This commit is contained in:
Oliver Davies 2025-05-03 16:50:27 +01:00
parent 54954d6223
commit 54b43e4203
58 changed files with 224 additions and 242 deletions

View file

@ -8,10 +8,10 @@
with lib;
let
cfg = config.features.desktop.browsers.firefox;
cfg = config.desktop.browsers.firefox;
in
{
options.features.desktop.browsers.firefox = {
options.desktop.browsers.firefox = {
enable = mkEnableOption "Enable firefox";
homepageUrl = mkOption {

View file

@ -3,10 +3,10 @@
with lib;
let
cfg = config.features.desktop.browsers.qutebrowser;
cfg = config.desktop.browsers.qutebrowser;
in
{
options.features.desktop.browsers.qutebrowser.enable =
options.desktop.browsers.qutebrowser.enable =
mkEnableOption "Enable qutebrowser";
config = mkIf cfg.enable {