updated flake and configuration

This commit is contained in:
2023-06-28 20:42:19 -07:00
parent 237e46c255
commit 44f59ee163
2 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,12 @@
agenix.nixosModules.default
];
];
environment.systemPackages = with pkgs; [
erosanix.packages.x86_64-linux.somePackage
];
};
};
}