Merge branch 'overhaul' of https://git.koendev.nl/Koen/nix-config into overhaul

This commit is contained in:
KoenDR06 2025-07-18 15:12:12 +02:00
commit 53b7412f64
58 changed files with 1354 additions and 595 deletions

View file

@ -1,14 +1,10 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.timers.backup;
homeCfg = config.horseman;
in {
options = {
horseman.timers.backup = {

View file

@ -1,4 +1,4 @@
{inputs, ...}: {
{...}: {
imports = [
./wol.nix
./backup.nix

View file

@ -1,14 +1,10 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption types;
inherit (lib) mkEnableOption mkIf;
cfg = config.horseman.timers.wol;
homeCfg = config.horseman;
in {
options = {
horseman.timers.wol = {