feat: nb update coding config
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user