Initial commit (after fork)

This commit is contained in:
Pedro Rey Anca 2024-07-08 18:00:42 +02:00
parent 5ebba8a939
commit 5fe3f69a17
111 changed files with 1428 additions and 1611 deletions

View file

@ -1,22 +1,18 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
home.packages = with pkgs; [
discord
# (discord.override {
# withVencord = true;
# })
webcord
];
xdg.configFile."Vencord/themes/custom.css".text = ''
/**
* @name Catppuccin Mocha
* @author winston#0001
* @authorId 505490445468696576
* @version 0.2.0
* @description 🎮 Soothing pastel theme for Discord
* @website https://github.com/catppuccin/discord
* @invite r6Mdz5dpFc
* **/
# xdg.configFile."Vencord/themes/custom.css".text = ''
# /**
# * @name Catppuccin Mocha
# * @author winston#0001
# * @authorId 505490445468696576
# * @version 0.2.0
# * @description 🎮 Soothing pastel theme for Discord
# * @website https://github.com/catppuccin/discord
# * @invite r6Mdz5dpFc
# * **/
@import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");
'';
# @import url("https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css");
# '';
}