add amd
This commit is contained in:
parent
271b15314c
commit
7f9248ad00
9 changed files with 354 additions and 32 deletions
|
|
@ -5,13 +5,18 @@ final: prev: {
|
|||
# opencode
|
||||
tailscale
|
||||
claude-code
|
||||
gnome-remote-desktop
|
||||
freerdp
|
||||
# open-webui
|
||||
# vscode
|
||||
# nodejs_20
|
||||
;
|
||||
|
||||
gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: {
|
||||
patches = (prevAttrs.patches or [ ]) ++ [
|
||||
./gnome-remote-desktop-mac.patch
|
||||
];
|
||||
});
|
||||
|
||||
# goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
# claude-code = channels.unstable.callPackage ./claude-code/package.nix { };
|
||||
# gemini-cli = channels.unstable.callPackage ./gemini-cli/package.nix { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue