chore: update to NixOS 22.11
This commit is contained in:
parent
ad6f8e5233
commit
316d877765
11 changed files with 52 additions and 92 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Email",
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^Thunderbird$"
|
||||
"class": "^thunderbird$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue