fix: typos

This commit is contained in:
Leon Schwarzäugl 2024-12-29 11:03:39 +01:00
parent 8d8644e216
commit 114d2be756
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 27 additions and 29 deletions

View file

@ -1,4 +1,4 @@
{ self, inputs, outputs, config, ... }:
{ self, outputs, config, ... }:
{
imports = outputs.homeModules ++ outputs.mixedModules ++ (builtins.attrValues outputs.homeManagerModules);