mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Update to 25.11, added claude-code user pkg
This commit is contained in:
parent
dab93c5ee0
commit
f8ab0e3ff0
2 changed files with 4 additions and 2 deletions
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
inputs =
|
inputs =
|
||||||
{
|
{
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/NUR";
|
url = "github:nix-community/NUR";
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-25.05";
|
url = "github:nix-community/home-manager/release-25.11";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixos-wsl = {
|
nixos-wsl = {
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ in
|
||||||
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
|
{ options.modules.user.utils.dev = { enable = mkEnableOption "user.utils.dev"; };
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
claude-code
|
||||||
|
|
||||||
nix-init
|
nix-init
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
nurl
|
nurl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue