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 = {
|
programs = {
|
||||||
|
#NOTE: Disabled because read only git config is annoying.
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = false;
|
||||||
userEmail = "jurnwubben@gmail.com";
|
# userEmail = "jurnwubben@gmail.com";
|
||||||
userName = "Jurn Wubben";
|
# userName = "Jurn Wubben";
|
||||||
extraConfig.push.autoSetupRemote = true;
|
# extraConfig.push.autoSetupRemote = true;
|
||||||
lfs.enable = 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 = {
|
decoration = {
|
||||||
rounding = 10;
|
rounding = 10;
|
||||||
rounding_power = 3;
|
rounding_power = 3;
|
||||||
|
|
||||||
|
active_opacity = 0.95;
|
||||||
|
inactive_opacity = 0.8;
|
||||||
blur = {
|
blur = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
brightness = 1.0;
|
brightness = 1.0;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.appimage.enable = true;
|
programs.appimage.enable = true;
|
||||||
# programs.evolution.enable = true; # FIXME: move to appropiate place.
|
# programs.evolution.enable = true; # TODO: move to appropiate place.
|
||||||
|
|
||||||
|
# ! HII
|
||||||
niksos = {
|
niksos = {
|
||||||
hardware = {
|
hardware = {
|
||||||
joycond = false; #NOTE: enable when game night lol
|
joycond = false; #NOTE: enable when game night lol
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,8 @@ in {
|
||||||
keyword animations:enabled 0;\
|
keyword animations:enabled 0;\
|
||||||
keyword decoration:shadow:enabled 0;\
|
keyword decoration:shadow:enabled 0;\
|
||||||
keyword decoration:blur:enabled 0;\
|
keyword decoration:blur:enabled 0;\
|
||||||
|
keyword decoration:active_opacity 1;\
|
||||||
|
keyword decoration:inactive_opacity 1;\
|
||||||
keyword general:gaps_in 0;\
|
keyword general:gaps_in 0;\
|
||||||
keyword general:gaps_out 0;\
|
keyword general:gaps_out 0;\
|
||||||
keyword general:border_size 1;\
|
keyword general:border_size 1;\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue