Auto-commit: 2026-01-05 19:54:16
This commit is contained in:
@@ -42,12 +42,12 @@ in
|
|||||||
++ lib.optionalAttrs cfg.spicetify.enable [
|
++ lib.optionalAttrs cfg.spicetify.enable [
|
||||||
spotify
|
spotify
|
||||||
];
|
];
|
||||||
programs.seahorse.enable = true;
|
programs.seahorse.enable = cfg.enable;
|
||||||
programs.streamcontroller.enable = true;
|
programs.streamcontroller.enable = true;
|
||||||
programs.appimage = {
|
programs.appimage = lib.mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
binfmt = true;
|
binfmt = true;
|
||||||
};
|
};
|
||||||
programs.yubikey-manager.enable = true;
|
programs.yubikey-manager.enable = cfg.enable;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user