add discord catppuccin theme
This commit is contained in:
parent
095c9ed554
commit
7fecc819a5
|
@ -2,6 +2,8 @@
|
||||||
{
|
{
|
||||||
imports = [ (import ./theme-template.nix) ];
|
imports = [ (import ./theme-template.nix) ];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(discord.override { withVencord = true; })
|
(discord.override {
|
||||||
|
withVencord = true;
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue