Git removed config; hyprland added transparancy and blur
This commit is contained in:
parent
aff6ae1ab3
commit
2be2ca724a
4 changed files with 21 additions and 8 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
decoration = {
|
||||
rounding = 10;
|
||||
rounding_power = 3;
|
||||
|
||||
active_opacity = 0.95;
|
||||
inactive_opacity = 0.8;
|
||||
blur = {
|
||||
enabled = true;
|
||||
brightness = 1.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue