hosts(perso-laptop): Fix lib import missing
All checks were successful
check / check (push) Successful in 32s
All checks were successful
check / check (push) Successful in 32s
This commit is contained in:
parent
78fbe38b71
commit
123f3c4965
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =
|
imports =
|
||||||
|
|
Loading…
Add table
Reference in a new issue