This commit is contained in:
Andrea Ciceri 2023-02-12 18:24:04 +01:00
parent 3a60ed192d
commit 394208f8e7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 90 additions and 19 deletions

View file

@ -19,8 +19,8 @@
flake-parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
imports = [
# flake-parts.flakeModules.easyOverlay
./packages
./hmModules
./formatter
];