Correct arguments for management

This commit is contained in:
Andreas Zweili 2022-11-03 11:30:04 +01:00
parent aa81a39550
commit a282cc18d3
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ custom, inputs }: { pkgs, ... }:
{ custom, inputs }: { ... }:
{
imports = [
(import "${inputs.self}/home-manager/common" { inherit custom inputs; })
"${inputs.self}/home-manager/software/emacs"
(import "${inputs.self}/home-manager/software/emacs" { inherit custom; })
"${inputs.self}/home-manager/software/fzf"
"${inputs.self}/home-manager/software/git"
"${inputs.self}/home-manager/software/ssh"

View File

@ -1,4 +1,4 @@
{ custom, hostname, inputs }: { pkgs, ... }:
{ custom, hostname, inputs }: { ... }:
let
domain = "test.2li.ch";
in