stub: wasted init

This commit is contained in:
Vegard Bieker Matthey
2026-03-07 20:35:06 +01:00
parent 6b1fb4c065
commit 62765d28f1
2 changed files with 18 additions and 0 deletions

15
modules/wasted.nix Normal file
View File

@@ -0,0 +1,15 @@
{
config,
lib,
pkgs,
unstablePkgs,
values,
...
}:
let
dibbler = config.services.dibbler;
worblehat = config.services.worblehat;
machine = config.networking.hostName;
in
{
}