feat: add t3-code and codex
This commit is contained in:
parent
5428c40a8d
commit
b85615ec52
3 changed files with 62 additions and 1 deletions
55
flake.lock
generated
55
flake.lock
generated
|
|
@ -21,6 +21,24 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-utils": {
|
||||
"inputs": {
|
||||
"systems": "systems"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1731533236,
|
||||
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"home-manager": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
|
|
@ -141,9 +159,46 @@
|
|||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nur": "nur",
|
||||
"t3code": "t3code",
|
||||
"zen-browser": "zen-browser"
|
||||
}
|
||||
},
|
||||
"systems": {
|
||||
"locked": {
|
||||
"lastModified": 1681028828,
|
||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-systems",
|
||||
"repo": "default",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"t3code": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1776969145,
|
||||
"narHash": "sha256-MY0lwul1fA1jI/Ka9EuaHBOA9Da1Q+PCHP7p2dYWNx0=",
|
||||
"owner": "Sawrz",
|
||||
"repo": "t3code-nix",
|
||||
"rev": "967c9a5c10a7bae21063a127cdb4131af684e734",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Sawrz",
|
||||
"repo": "t3code-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"zen-browser": {
|
||||
"inputs": {
|
||||
"home-manager": "home-manager_2",
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@
|
|||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
t3code = {
|
||||
url = "github:Sawrz/t3code-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -47,6 +51,7 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
inputs.nur.overlays.default
|
||||
inputs.t3code.overlays.default
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
3
home.nix
3
home.nix
|
|
@ -367,6 +367,7 @@ in
|
|||
bat
|
||||
bun
|
||||
claude-code
|
||||
codex
|
||||
ffmpeg-full
|
||||
wrappedOpencode
|
||||
skills
|
||||
|
|
@ -409,9 +410,9 @@ in
|
|||
prismlauncher
|
||||
qpwgraph
|
||||
qbittorrent-enhanced
|
||||
code-cursor-fhs
|
||||
signal-desktop
|
||||
slack
|
||||
t3code
|
||||
tor-browser
|
||||
vesktop
|
||||
vlc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue