feat: add editors to unstable, update lock
This commit is contained in:
parent
efa12b59e5
commit
337ee6db4a
3 changed files with 43 additions and 20 deletions
|
|
@ -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";
|
||||
# };
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue