mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-07-08 18:55:00 +02:00
Merge branch 'main' of github.com:thilobillerbeck/dotfiles
This commit is contained in:
commit
591d3b14d2
2 changed files with 7 additions and 2 deletions
|
@ -80,14 +80,14 @@ in
|
|||
|
||||
# FPGA stuff
|
||||
yosys
|
||||
# nextpnr
|
||||
nextpnr
|
||||
icestorm
|
||||
icebreaker
|
||||
|
||||
php
|
||||
(lib.hiPrio phpPackages.composer)
|
||||
|
||||
rns
|
||||
btop
|
||||
]
|
||||
++ (
|
||||
if (!config.machine.isGeneric) then
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue