fix discord being a shit ass program
This commit is contained in:
parent
8f5943b9f5
commit
990216c8a5
2 changed files with 10 additions and 4 deletions
|
|
@ -25,8 +25,6 @@
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
upkgs.olympus # celeste
|
upkgs.olympus # celeste
|
||||||
discord
|
|
||||||
discordo
|
|
||||||
upkgs.ekphos
|
upkgs.ekphos
|
||||||
|
|
||||||
prismlauncher # minecraft
|
prismlauncher # minecraft
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,19 @@
|
||||||
{inputs, ...}: {
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixcord.homeModules.nixcord
|
inputs.nixcord.homeModules.nixcord
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
discordo
|
||||||
|
];
|
||||||
|
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# equibop.enable = true;
|
equibop.enable = true;
|
||||||
|
|
||||||
discord = {
|
discord = {
|
||||||
vencord.enable = false;
|
vencord.enable = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue