mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-04 07:59:40 +00:00
fix(nix): renamed nixie to carbon
This commit is contained in:
parent
9b1e69ba52
commit
053ef59444
12 changed files with 0 additions and 0 deletions
26
nix/hosts/carbon/packages.nix
Normal file
26
nix/hosts/carbon/packages.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
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";
|
||||
settings = {
|
||||
default-cache-ttl = 1209600;
|
||||
max-cache-ttl = 1209600;
|
||||
};
|
||||
};
|
||||
programs.dconf.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue