chore: update to NixOS 22.11

This commit is contained in:
Michael Mandl 2022-12-07 15:11:38 +01:00
parent ad6f8e5233
commit 316d877765
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
11 changed files with 52 additions and 92 deletions

View file

@ -75,11 +75,7 @@ in
{ command = "element-desktop"; notification = false; }
{ command = "keepassxc"; notification = false; }
{ command = "nextcloud"; notification = false; }
{ command = "signal-desktop"; notification = false; }
{ command = "slack"; notification = false; }
{ command = "telegram-desktop"; notification = false; }
{ command = "thunderbird"; notification = false; }
{ command = "whatsapp-for-linux"; notification = false; }
];
assigns = {

View file

@ -1,54 +1,10 @@
// vim:ts=4:sw=4:et
{
"layout": "tabbed",
"type": "con",
"nodes": [
{
"name": "Telegram",
"swallows": [
{
"class": "^TelegramDesktop$"
}
],
"type": "con"
},
{
"name": "Signal",
"swallows": [
{
"class": "^Signal$"
}
],
"type": "con"
},
{
"name": "Element",
"swallows": [
{
"class": "^Element$"
}
],
"type": "con"
},
{
"name": "Whatsapp",
"swallows": [
{
"class": "^Whatsapp-for-linux$"
}
],
"type": "con"
}
]
"name": "Element",
"swallows": [
{
"class": "^Element$"
}
],
"type": "con"
}
{
"name": "Slack",
"swallows": [
{
"class": "^Slack$"
}
],
"type": "con"
}

View file

@ -3,7 +3,7 @@
"name": "Email",
"swallows": [
{
"class": "^Thunderbird$"
"class": "^thunderbird$"
}
],
"type": "con"