mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
feat: add claude desktop
This commit is contained in:
parent
ab6f8e21dc
commit
b87a5ff696
4 changed files with 88 additions and 24 deletions
5
modules/apps/claude.nix
Normal file
5
modules/apps/claude.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{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