mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
hm: merge preset-{scripting,utilities}
This commit is contained in:
parent
7be4516ead
commit
9b976f9bbd
3 changed files with 5 additions and 13 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.rsync
|
||||
pkgs.parallel
|
||||
pkgs.jq
|
||||
pkgs.gnumake
|
||||
pkgs.just
|
||||
];
|
||||
}
|
||||
|
|
@ -13,5 +13,10 @@ in
|
|||
home.packages = [
|
||||
myPkgs.hutils
|
||||
pkgs.stow
|
||||
pkgs.rsync
|
||||
pkgs.parallel
|
||||
pkgs.jq
|
||||
pkgs.gnumake
|
||||
pkgs.just
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue