feat: removed qbittorrent and vesktop

This commit is contained in:
Nick 2024-11-06 02:44:47 -06:00
parent d0fa651120
commit 6f5fd9ea55
2 changed files with 0 additions and 24 deletions

View file

@ -1,8 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
qbittorrent
;
};
}

View file

@ -1,16 +0,0 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
vesktop
;
};
home = {
file = {
"./.config/vesktop/themes/macchiato-theme.css" = {
source = ./macchiato-theme.css;
};
};
};
}