From 99d4d978dd1338f0e2eb6c82e16410d5c95381fb Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 6 Apr 2023 22:58:13 +0200 Subject: [PATCH] Added commit and tag signature for local commits --- configuration.nix | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index c9fbe6d..1fda05e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,8 +63,16 @@ # services.printing.enable = true; # Enable sound. - # sound.enable = true; + sound.enable = true; # hardware.pulseaudio.enable = true; + security.rtkit.enable = true; + services.pipewire = { + enable = true; + alsa.enable = true; + alsa.support32Bit = true; + pulse.enable = true; + jack.enable = true; + }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; @@ -85,9 +93,17 @@ enable = true; userName = "thiloho"; userEmail = "123883702+thiloho@users.noreply.github.com"; + signing = { + key = "~/.ssh/id_ed25519.pub"; + signByDefault = true; + }; + extraConfig.gpg.format = "ssh"; }; }; - home.stateVersion = "22.11"; + services.flameshot.enable = true; + home = { + stateVersion = "22.11"; + }; }; # List packages installed in system profile. To search, run: