ref: merged nixos and macOS configuration

This commit is contained in:
Léana 江 2023-12-30 20:45:31 +01:00 committed by Léana 江
parent 76632a9d1c
commit fcba199e19
21 changed files with 35 additions and 12 deletions

View file

@ -0,0 +1,20 @@
{
pkgs,
agenix,
...
}: {
environment.systemPackages = with pkgs; [
curl
stow
gcc
agenix.default
];
programs.vim.defaultEditor = true;
programs.git.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
};
}