Compare commits
No commits in common. "576b0b713fb0dae21c19a2f539947f7c976a27bd" and "f1e4a20eb19704a2a4bd6a1c231767b7f669ef8f" have entirely different histories.
576b0b713f
...
f1e4a20eb1
2 changed files with 7 additions and 8 deletions
|
@ -97,15 +97,9 @@ 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,7 +77,11 @@ 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
|
||||||
|
@ -92,7 +96,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
|
||||||
|
@ -139,6 +143,7 @@ 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