mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: lint
This commit is contained in:
parent
f8b776f289
commit
a9fdfd8bac
4 changed files with 17 additions and 23 deletions
|
|
@ -1,5 +1,9 @@
|
|||
{inputs, pkgs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
inputs.claude-desktop.packages.${pkgs.system}.claude-desktop-with-fhs
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue