mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Revert "vanadium: move lol packages to environment"
This reverts commit b11520994f.
This commit is contained in:
parent
8bcd7f71b4
commit
f765347046
2 changed files with 5 additions and 15 deletions
|
|
@ -22,6 +22,11 @@ in {
|
|||
pkgs.poppler_utils # pdfseparate, pdfunite
|
||||
myPkgs.easyscan
|
||||
|
||||
# fun
|
||||
myPkgs.prop-solveur
|
||||
myPkgs.hbrainfuck
|
||||
pkgs.lucky-commit
|
||||
|
||||
# pretty tui tools
|
||||
pkgs.du-dust
|
||||
pkgs.tldr
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
buildEnv,
|
||||
#
|
||||
myPkgs,
|
||||
pkgs,
|
||||
}:
|
||||
buildEnv {
|
||||
name = "fun";
|
||||
|
||||
paths = [
|
||||
myPkgs.prop-solveur
|
||||
myPkgs.hbrainfuck
|
||||
pkgs.lucky-commit
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue