mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-19 15:39:57 -05:00
package organization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user