Update
This commit is contained in:
parent
67886074b2
commit
5fde47105c
3 changed files with 13 additions and 0 deletions
|
@ -93,6 +93,8 @@
|
|||
windowrule = [
|
||||
"noblur,^(firefox)$" # disables blur for firefox
|
||||
"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
|
||||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||
"noblur,^(codium)$" # disables blur for codium
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
enable = true;
|
||||
profiles."Default" = {
|
||||
isDefault = true;
|
||||
withExternalGnupg = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,16 @@
|
|||
];
|
||||
|
||||
accounts = {
|
||||
calendar = {
|
||||
accounts."Nextcloud" = {
|
||||
name = "Nextcloud";
|
||||
remote = {
|
||||
type = "caldav";
|
||||
url = "https://cloud.sysctl.io/remote.php/dav";
|
||||
userName = "albert";
|
||||
};
|
||||
};
|
||||
};
|
||||
email = {
|
||||
accounts."Albert Copeland" = {
|
||||
thunderbird = {
|
||||
|
|
Loading…
Reference in a new issue