feat: add editors to unstable, update lock

This commit is contained in:
Thiago Sposito 2026-01-10 21:53:40 -03:00
parent efa12b59e5
commit 337ee6db4a
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 43 additions and 20 deletions

View file

@ -1,8 +1,12 @@
{
pkgs,
lib,
inputs,
...
}:
let
pkgsUnstable = inputs.nixpkgs-unstable.legacyPackages.x86_64-linux;
in
{
imports = [
./custom.nix
@ -20,6 +24,7 @@
pkg:
builtins.elem (lib.getName pkg) [
"code-cursor"
"cursor"
"cursor-cli"
"vscode"
];
@ -30,8 +35,8 @@
homeDirectory = "/home/thiago";
packages = with pkgs; [
cmake
code-cursor
cursor-cli
pkgsUnstable.code-cursor
pkgsUnstable.cursor-cli
direnv
distrobox
fd
@ -167,4 +172,4 @@
# age.keyFile = "/home/thiago/.config/sops/age/keys.txt";
# gnupg.home = "/home/thiago/.gnupg";
# };
}
}