feat: nb update coding config
This commit is contained in:
parent
305ce21e41
commit
6339b733c4
3 changed files with 8 additions and 8 deletions
|
|
@ -37,10 +37,6 @@ in {
|
|||
variants = ["qt5"];
|
||||
})
|
||||
|
||||
vscode
|
||||
code-cursor
|
||||
|
||||
|
||||
dracula-theme
|
||||
foot
|
||||
fractal
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ in {
|
|||
imports = [
|
||||
# ./mcp.nix
|
||||
./coding.nix
|
||||
./android.nix
|
||||
./nvim/default.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
@ -37,6 +38,7 @@ in {
|
|||
vim
|
||||
wget
|
||||
wireguard-tools
|
||||
wkhtmltopdf
|
||||
wol
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue