chore: updated or removed deprecated shit

This commit is contained in:
Nick 2025-11-01 03:22:53 -05:00
parent 907d72e1fb
commit 66535f0abd
4 changed files with 14 additions and 27 deletions

View file

@ -1,24 +1,27 @@
{
flake,
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
zoom-us
;
};
imports = [
flake.inputs.nixcord.homeModules.nixcord
];
programs.nixcord = {
enable = true;
enable = false;
discord.vencord = {
unstable = true;
unstable = false;
};
vesktop = {
enable = true;
enable = false;
autoscroll.enable = true;
};
dorion = {
enable = true;
trayIconEnabled = false;
};
config =
let
themeFile = "catppuccin-macchiato.theme.css";
@ -53,21 +56,5 @@
};
};
};
dorion = {
theme = "dark";
zoom = "1.0";
blur = "acrylic";
sysTray = false;
openOnStartup = true;
autoClearCache = true;
disableHardwareAccel = false;
rpcServer = true;
rpcProcessScanner = true;
pushToTalk = false;
desktopNotifications = true;
unreadBadge = true;
};
extraConfig = {
};
};
}