Added package options to all modules

This commit is contained in:
rasmus-kirk
2024-09-19 22:49:35 +02:00
parent 0ef85b5345
commit c93ecf892e
18 changed files with 150 additions and 117 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
vpnconfinement: {...}: {
sub-merge: vpnconfinement: { pkgs, ... }: {
imports = [
vpnconfinement.nixosModules.default
./nixarr.nix
];
config.environment.systemPackages = [ sub-merge.packages."${pkgs.system}".default ];
}