Update
This commit is contained in:
parent
67886074b2
commit
5fde47105c
3 changed files with 13 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles."Default" = {
|
profiles."Default" = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
|
withExternalGnupg = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue