mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 21:42:16 -06:00
chore: updated or removed deprecated shit
This commit is contained in:
parent
907d72e1fb
commit
66535f0abd
4 changed files with 14 additions and 27 deletions
|
|
@ -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 = {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue