chore: update flakes

This commit is contained in:
2025-08-15 21:33:22 +02:00
parent 71623b5964
commit 84ab691a7f
38 changed files with 93 additions and 119 deletions

View File

@@ -4,9 +4,9 @@
...
}:
with lib; let
cfg = config.system.packages.appimage;
cfg = config.mySystem.packages.appimage;
in {
options.system.packages.appimage.enable = mkEnableOption "Enables AppImage support";
options.mySystem.packages.appimage.enable = mkEnableOption "Enables AppImage support";
config.programs.appimage = mkIf cfg.enable {
inherit (cfg) enable;
binfmt = true;