more homeModules

This commit is contained in:
Vinzenz Schroeter 2025-09-14 13:36:45 +02:00
parent ff0c287624
commit 1b3b7cf607
16 changed files with 158 additions and 154 deletions

View file

@ -1,10 +1,10 @@
{ nixosModules, ... }:
{ vinzenzNixosModules, ... }:
{
imports = [
./configuration.nix
./hardware.nix
nixosModules.podman
vinzenzNixosModules.podman
./forgejo-runner.nix
];
}