re add Vencord
This commit is contained in:
parent
27247998b6
commit
e35f8013da
|
@ -1,13 +1,11 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
discord
|
(discord.override {
|
||||||
vesktop
|
withVencord = true;
|
||||||
# (discord.override {
|
})
|
||||||
# withVencord = true;
|
|
||||||
# })
|
|
||||||
];
|
];
|
||||||
xdg.configFile."vesktop/themes/custom.css".text = ''
|
xdg.configFile."Vencord/themes/custom.css".text = ''
|
||||||
/**
|
/**
|
||||||
* @name Catppuccin Mocha
|
* @name Catppuccin Mocha
|
||||||
* @author winston#0001
|
* @author winston#0001
|
||||||
|
|
Loading…
Reference in a new issue