first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
9
modules/core/program.nix
Executable file
9
modules/core/program.nix
Executable file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.dconf.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue