feat: rework to modular
This commit is contained in:
19
modules/base/core.nix
Normal file
19
modules/base/core.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
age
|
||||
curl
|
||||
fd
|
||||
git
|
||||
jq
|
||||
just
|
||||
ripgrep
|
||||
sops
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
signing.format = lib.mkDefault "openpgp";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user