Alexandre b7c525f994
All checks were successful
Check config / build (push) Successful in 46s
Fixed errors
2026-07-12 02:33:49 +02:00

14 lines
190 B
Nix

{ inputs, ... }:
{
imports = [
inputs.home-manager.flakeModules.home-manager
];
systems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
];
}