Merge branch 'main' of github.com:thilobillerbeck/dotfiles

This commit is contained in:
Thilo Billerbeck 2025-06-10 15:37:36 +02:00
commit 591d3b14d2
2 changed files with 7 additions and 2 deletions

View file

@ -80,14 +80,14 @@ in
# FPGA stuff
yosys
# nextpnr
nextpnr
icestorm
icebreaker
php
(lib.hiPrio phpPackages.composer)
rns
btop
]
++ (
if (!config.machine.isGeneric) then

View file

@ -6,6 +6,8 @@
lfs.enable = true;
userEmail = "thilo.billerbeck@officerent.de";
userName = "Thilo Billerbeck";
signing.key = "E07F80D7D80BE9D364F2029A77B4535A08DCD774";
signing.signByDefault = true;
extraConfig = {
color = {
diff = "auto";
@ -32,6 +34,9 @@
branch = {
autosetuprebase = "always";
};
init = {
defaultBranch = "main";
};
};
};
programs.git-credential-oauth = {