This commit is contained in:
albert 2024-05-07 22:30:24 +09:00
parent 67886074b2
commit 5fde47105c
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 13 additions and 0 deletions

View file

@ -93,6 +93,8 @@
windowrule = [ windowrule = [
"noblur,^(firefox)$" # disables blur for firefox "noblur,^(firefox)$" # disables blur for firefox
"opacity 1.0 override,^(firefox)$" # Sets opacity to 1 "opacity 1.0 override,^(firefox)$" # Sets opacity to 1
"noblur,^(thunderbird)$" # disables blur for firefox
"opacity 1.0 override,^(thunderbird)$" # Sets opacity to 1
"noblur,^(steam)$" # disables blur for steam "noblur,^(steam)$" # disables blur for steam
"opacity 1.0 override,^(steam)$" # Sets opacity to 1 "opacity 1.0 override,^(steam)$" # Sets opacity to 1
"noblur,^(codium)$" # disables blur for codium "noblur,^(codium)$" # disables blur for codium

View file

@ -3,6 +3,7 @@
enable = true; enable = true;
profiles."Default" = { profiles."Default" = {
isDefault = true; isDefault = true;
withExternalGnupg = true;
}; };
}; };
} }

View file

@ -33,6 +33,16 @@
]; ];
accounts = { accounts = {
calendar = {
accounts."Nextcloud" = {
name = "Nextcloud";
remote = {
type = "caldav";
url = "https://cloud.sysctl.io/remote.php/dav";
userName = "albert";
};
};
};
email = { email = {
accounts."Albert Copeland" = { accounts."Albert Copeland" = {
thunderbird = { thunderbird = {