mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
Compare commits
2 Commits
8026816b8f
...
c6b12d6ff9
| Author | SHA1 | Date | |
|---|---|---|---|
|
c6b12d6ff9
|
|||
|
3f6fb2e504
|
@@ -18,11 +18,22 @@
|
|||||||
frameless = true;
|
frameless = true;
|
||||||
plugins = {
|
plugins = {
|
||||||
hideMedia.enable = true;
|
hideMedia.enable = true;
|
||||||
|
anonymiseFileNames.enable = true;
|
||||||
|
copyFileContents.enable = true;
|
||||||
|
noTypingAnimation.enable = true;
|
||||||
|
readAllNotificationsButton.enable = true;
|
||||||
|
silentTyping.enable = true;
|
||||||
|
validUser.enable = true;
|
||||||
|
biggerStreamPreview.enable = true;
|
||||||
ignoreActivities = {
|
ignoreActivities = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ignorePlaying = true;
|
ignorePlaying = true;
|
||||||
ignoreWatching = true;
|
ignoreWatching = true;
|
||||||
};
|
};
|
||||||
|
sortFriendRequests = {
|
||||||
|
enable = true;
|
||||||
|
showDates = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dorion = {
|
dorion = {
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
".local/share/vicinae"
|
".local/share/vicinae"
|
||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
".local/share/GalaxyBudsClient"
|
".local/share/GalaxyBudsClient"
|
||||||
|
".local/state/serpantinum"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
".local/state/lazygit"
|
".local/state/lazygit"
|
||||||
".local/share/vicinae"
|
".local/share/vicinae"
|
||||||
".local/share/TelegramDesktop"
|
".local/share/TelegramDesktop"
|
||||||
|
".local/state/serpantinum"
|
||||||
];
|
];
|
||||||
|
|
||||||
files = [
|
files = [
|
||||||
|
|||||||
Reference in New Issue
Block a user