mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: refactor package presets into modules
This commit is contained in:
parent
ff7a2975b6
commit
05148f6afe
7 changed files with 101 additions and 91 deletions
11
nix/homeModules/extra/preset-scripting/default.nix
Normal file
11
nix/homeModules/extra/preset-scripting/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.rsync
|
||||
pkgs.parallel
|
||||
pkgs.jq
|
||||
pkgs.gnumake
|
||||
pkgs.just
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue