mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: move skeleton semantic profile out
This commit is contained in:
parent
b11520994f
commit
8ecebd141e
2 changed files with 11 additions and 3 deletions
|
|
@ -22,9 +22,6 @@ in {
|
||||||
pkgs.poppler_utils # pdfseparate, pdfunite
|
pkgs.poppler_utils # pdfseparate, pdfunite
|
||||||
myPkgs.easyscan
|
myPkgs.easyscan
|
||||||
|
|
||||||
# research
|
|
||||||
myPkgs.necrolib
|
|
||||||
|
|
||||||
# pretty tui tools
|
# pretty tui tools
|
||||||
pkgs.du-dust
|
pkgs.du-dust
|
||||||
pkgs.tldr
|
pkgs.tldr
|
||||||
|
|
|
||||||
11
nix/environments/skeleton.nix
Normal file
11
nix/environments/skeleton.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
buildEnv,
|
||||||
|
#
|
||||||
|
myPkgs,
|
||||||
|
}:
|
||||||
|
buildEnv {
|
||||||
|
name = "skeleton-semantic";
|
||||||
|
paths = [
|
||||||
|
myPkgs.necrolib
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue