mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
add gpg and extra
This commit is contained in:
parent
0380635ae7
commit
1d0f0288a8
5 changed files with 23 additions and 1 deletions
|
|
@ -17,5 +17,6 @@ in lib.mkIf cfg.hardware.audio {
|
|||
environment.systemPackages = with pkgs; [
|
||||
alsa-utils
|
||||
acpid
|
||||
pulseaudio
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,6 +41,12 @@
|
|||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
home-manager.users.${config.kp2pml30.username}.programs.git.extraConfig = {
|
||||
user.signingkey = "0xCD6528BAC23E3E34!";
|
||||
commit.gpgsign = true;
|
||||
tag.gpgSign = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue