Compare commits
2 commits
f1e4a20eb1
...
576b0b713f
Author | SHA1 | Date | |
---|---|---|---|
576b0b713f | |||
45bdb5adbc |
2 changed files with 8 additions and 7 deletions
|
@ -97,9 +97,15 @@ in {
|
||||||
# Chats
|
# Chats
|
||||||
matches = [
|
matches = [
|
||||||
{app-id = "^cinny$";}
|
{app-id = "^cinny$";}
|
||||||
|
{app-id = "^de\.schmidhuberj\.Flare$";}
|
||||||
{app-id = "^discord$";}
|
{app-id = "^discord$";}
|
||||||
{app-id = "^Element$";}
|
{app-id = "^Element$";}
|
||||||
|
{app-id = "^fluffychat$";}
|
||||||
|
{app-id = "^nheko$";}
|
||||||
|
{app-id = "^org\.gnome\.Fractal$";}
|
||||||
{app-id = "^org\.telegram\.desktop$";}
|
{app-id = "^org\.telegram\.desktop$";}
|
||||||
|
{app-id = "^signal$";}
|
||||||
|
{app-id = "^so\.libdb\.dissent$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
#// default-column-display = "tabbed";
|
#// default-column-display = "tabbed";
|
||||||
|
|
|
@ -77,11 +77,7 @@ in {
|
||||||
bitwarden-desktop # Password manager
|
bitwarden-desktop # Password manager
|
||||||
blackbox-terminal # Terminal
|
blackbox-terminal # Terminal
|
||||||
cartridges # Game library
|
cartridges # Game library
|
||||||
|
cinny-desktop # Matrix client
|
||||||
# BUG: Build failure
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/357406
|
|
||||||
#// cinny-desktop # Matrix client
|
|
||||||
|
|
||||||
clapper # Video player
|
clapper # Video player
|
||||||
concessio # Permissions converter
|
concessio # Permissions converter
|
||||||
d-spy # D-Bus introspection
|
d-spy # D-Bus introspection
|
||||||
|
@ -96,7 +92,7 @@ in {
|
||||||
flare-signal # Signal client
|
flare-signal # Signal client
|
||||||
fluffychat # Matrix client
|
fluffychat # Matrix client
|
||||||
footage # Video editor
|
footage # Video editor
|
||||||
#// fractal # Matrix client
|
fractal # Matrix client
|
||||||
fragments # Torrent downloader
|
fragments # Torrent downloader
|
||||||
gcolor3 # Color picker
|
gcolor3 # Color picker
|
||||||
gitg # Git client
|
gitg # Git client
|
||||||
|
@ -143,7 +139,6 @@ in {
|
||||||
loupe # Image viewer
|
loupe # Image viewer
|
||||||
lutris # Game library
|
lutris # Game library
|
||||||
newsflash # RSS feed
|
newsflash # RSS feed
|
||||||
nheko # Matrix client
|
|
||||||
obsidian # Knowledge base
|
obsidian # Knowledge base
|
||||||
papers # Document viewer
|
papers # Document viewer
|
||||||
path-of-building # Path of Exile planner
|
path-of-building # Path of Exile planner
|
||||||
|
|
Loading…
Add table
Reference in a new issue