feat: nb update coding config

This commit is contained in:
2025-10-02 19:45:37 +02:00
parent 305ce21e41
commit 6339b733c4
3 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,12 @@
{ config, pkgs, ... }:
let
# unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
# config = { allowUnfree = true; };
# };
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
config = { allowUnfree = true; };
};
in {
environment.systemPackages = with pkgs; [
claude-code
unstable.claude-code
unstable.code-cursor
unstable.vscode
];
}