Skip to content

Commit 4284c6c

Browse files
committed
some things
1 parent eaa7f05 commit 4284c6c

File tree

3 files changed

+9
-68
lines changed

3 files changed

+9
-68
lines changed

flake.lock

Lines changed: 6 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "rainyzen's flake";
33

44
inputs = {
5-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
5+
nixpkgs.url = "nixpkgs/nixos-unstable";
66
home-manager = {
77
url = "github:nix-community/home-manager/master";
88
inputs.nixpkgs.follows = "nixpkgs";
@@ -25,10 +25,6 @@
2525
inputs.nixpkgs.follows = "nixpkgs";
2626
inputs.flake-compat.follows = "";
2727
};
28-
claude-code = {
29-
url = "github:sadjow/claude-code-nix";
30-
inputs.nixpkgs.follows = "nixpkgs";
31-
};
3228
codex-cli = {
3329
url = "github:sadjow/codex-cli-nix";
3430
inputs.nixpkgs.follows = "nixpkgs";

home/modules/terminal/misc.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
home.packages = with pkgs; [
1212
# AI
13-
inputs.claude-code.packages.${pkgs.system}.claude-code
1413
inputs.codex-cli.packages .${pkgs.system}.default
14+
claude-code
1515

1616
neovim
1717
lazygit
@@ -21,6 +21,7 @@
2121
fastfetch
2222
zip
2323

24+
bun
2425
nodejs-slim_25
2526
];
2627
}

0 commit comments

Comments
 (0)