Git removed config; hyprland added transparancy and blur

This commit is contained in:
Jurn Wubben 2025-07-30 17:01:12 +02:00
parent aff6ae1ab3
commit 2be2ca724a
4 changed files with 21 additions and 8 deletions

View file

@ -1,12 +1,18 @@
{
{pkgs, ...}: {
programs = {
#NOTE: Disabled because read only git config is annoying.
git = {
enable = true;
userEmail = "jurnwubben@gmail.com";
userName = "Jurn Wubben";
extraConfig.push.autoSetupRemote = true;
lfs.enable = true;
enable = false;
# userEmail = "jurnwubben@gmail.com";
# userName = "Jurn Wubben";
# extraConfig.push.autoSetupRemote = true;
# lfs.enable = true;
};
git-credential-oauth.enable = true; #FIXME: need to relogin for each push for some reason.
# git-credential-oauth.enable = true; #FIXME: need to relogin for each push for some reason.
};
home.packages = [
pkgs.git
pkgs.git-lfs
pkgs.git-credential-oauth
];
}

View file

@ -15,6 +15,9 @@
decoration = {
rounding = 10;
rounding_power = 3;
active_opacity = 0.95;
inactive_opacity = 0.8;
blur = {
enabled = true;
brightness = 1.0;