feat: nb update coding config
This commit is contained in:
@@ -37,10 +37,6 @@ in {
|
|||||||
variants = ["qt5"];
|
variants = ["qt5"];
|
||||||
})
|
})
|
||||||
|
|
||||||
vscode
|
|
||||||
code-cursor
|
|
||||||
|
|
||||||
|
|
||||||
dracula-theme
|
dracula-theme
|
||||||
foot
|
foot
|
||||||
fractal
|
fractal
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
|
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
|
||||||
# config = { allowUnfree = true; };
|
config = { allowUnfree = true; };
|
||||||
# };
|
};
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
claude-code
|
unstable.claude-code
|
||||||
|
unstable.code-cursor
|
||||||
|
unstable.vscode
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ in {
|
|||||||
imports = [
|
imports = [
|
||||||
# ./mcp.nix
|
# ./mcp.nix
|
||||||
./coding.nix
|
./coding.nix
|
||||||
|
./android.nix
|
||||||
./nvim/default.nix
|
./nvim/default.nix
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
@@ -37,6 +38,7 @@ in {
|
|||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
wkhtmltopdf
|
||||||
wol
|
wol
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user