Home Gen509 @ 2025-05-03-15:04 by jonas@comfy-station

This commit is contained in:
Jonas Röger 2025-05-03 15:41:40 +02:00
parent 1a76403f0b
commit d39793f68d
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{config, ...}: rec { {config, ...}: rec {
imports = [ imports = [
../modules/home/borg.nix (./. + "/jonas@comfy-station/" + /borg.nix)
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should

View File

@ -1,8 +1,4 @@
{ {config, ...}: let
config,
pkgs,
...
}: let
defaultChecks = [ defaultChecks = [
{ {
name = "repository"; name = "repository";