push
This commit is contained in:
@@ -1,12 +1,47 @@
|
||||
{ inputs, ... }: {
|
||||
den.aspects.librewolf = {
|
||||
den.aspects.nixcord = {
|
||||
homeManager = {
|
||||
imports = [ inputs.nixcord.homeModules.nixcord ];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
|
||||
dorion.enable = true;
|
||||
discord.enable = false;
|
||||
vesktop.enable = true;
|
||||
|
||||
config = {
|
||||
themeLinks = [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha-mauve.theme.css" ];
|
||||
|
||||
frameless = true;
|
||||
|
||||
plugins = {
|
||||
alwaysTrust.enable = true;
|
||||
betterGifPicker.enable = true;
|
||||
betterUploadButton.enable = true;
|
||||
biggerStreamPreview.enable = true;
|
||||
callTimer.enable = true;
|
||||
fullSearchContext.enable = true;
|
||||
fullUserInChatbox.enable = true;
|
||||
implicitRelationships.enable = true;
|
||||
dearrow.enable = true;
|
||||
youtubeAdblock.enable = true;
|
||||
fixYoutubeEmbeds.enable = true;
|
||||
|
||||
# lastFMRichPresence = {
|
||||
# enable = true;
|
||||
# username = "USER_NAME";
|
||||
# apiKey = "YOUR_LASTFM_API_KEY";
|
||||
# hideWithSpotify = false;
|
||||
# nameFormat = "artist-first";
|
||||
# useListeningStatus = true;
|
||||
# showLastFmLogo = false;
|
||||
# };
|
||||
|
||||
viewIcons.enable = true;
|
||||
volumeBooster.enable = true;
|
||||
webScreenShareFixes.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user