chore: rename create_conf script then lefthook analyse it when commit

This commit is contained in:
Yorick Barbanneau 2024-10-13 11:41:53 +02:00
parent f113664131
commit 5ff1e36a53
2 changed files with 31 additions and 37 deletions

View file

@ -14,6 +14,6 @@ in
frei0r
inkscape
];
home.file.".local/bin/create_conf".source = ./files/create_conf;
home.file.".local/bin/create_conf".source = ./files/create_conf.sh;
};
}