fix: lint

This commit is contained in:
Nickolaj Jepsen 2025-05-06 23:10:41 +02:00
parent f8b776f289
commit a9fdfd8bac
4 changed files with 17 additions and 23 deletions

View file

@ -1,5 +1,9 @@
{inputs, pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
environment.systemPackages = [
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
];
}
}