mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: make audio keys work in new pipewire env
feat: set git work email
This commit is contained in:
parent
a0bb1ef2eb
commit
5fc2637159
5 changed files with 158 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
@ -19,8 +19,8 @@ _:
|
|||
key = "0x76FD3810215AE097";
|
||||
signByDefault = true;
|
||||
};
|
||||
userEmail = "leon.schwarzaeugl@gmail.com";
|
||||
userName = "Swarsel";
|
||||
userEmail = lib.mkDefault "leon.schwarzaeugl@gmail.com";
|
||||
userName = "Leon Schwarzäugl";
|
||||
difftastic.enable = true;
|
||||
lfs.enable = true;
|
||||
includes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue