This commit is contained in:
smayzy
2025-08-24 22:27:49 +02:00
parent 771a2b88a7
commit 0ce0d549ba
8 changed files with 76 additions and 28 deletions
+1
View File
@@ -31,6 +31,7 @@ in
usbutils
git
unzip
treefmt
agenix.packages.${system}.default
];
};
+1 -2
View File
@@ -37,7 +37,7 @@ in
};
};
};
default = {};
default = { };
};
config = mkIf config.smayzy.flatpak.enable (
@@ -75,4 +75,3 @@ in
}
);
}
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, pkgs, config, ... }:
{
lib,
pkgs,
config,
...
}:
let
inherit (lib) mkIf mkOption types;
in
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in