flake update

This commit is contained in:
Sascha Koenig
2025-12-11 07:04:52 +01:00
parent aaf82b29da
commit 0e6ea7e6a3
4 changed files with 37 additions and 39 deletions

View File

@@ -132,6 +132,7 @@
# brightnessctl
# clipman
distrobox
launch-webapp
# eww
# firefox-devedition
file-roller

View File

@@ -87,10 +87,6 @@
programs.git = {
enable = true;
aliases = {
st = "status";
logd = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
};
settings = {
user = {
name = "m3tm3re";
@@ -98,6 +94,10 @@
};
core.excludesfile = "~/.gitignore_global";
init.defaultBranch = "master";
alias = {
st = "status";
logd = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
};
};
};