package organization

This commit is contained in:
Henry Sipp
2025-06-30 09:38:02 -05:00
parent 3aa32810b6
commit 127438c163
4 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -3,6 +3,7 @@ inputs: {
pkgs,
...
}: let
cfg = config.omarchy;
packages = import ../packages.nix {inherit pkgs;};
in {
imports = [
@@ -12,5 +13,4 @@ in {
(import ./podman.nix)
];
environment.systemPackages = packages.systemPackages;
}