mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: removed qbittorrent and vesktop
This commit is contained in:
parent
d0fa651120
commit
6f5fd9ea55
2 changed files with 0 additions and 24 deletions
|
@ -1,8 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit
|
|
||||||
(pkgs)
|
|
||||||
qbittorrent
|
|
||||||
;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home.packages = builtins.attrValues {
|
|
||||||
inherit
|
|
||||||
(pkgs)
|
|
||||||
vesktop
|
|
||||||
;
|
|
||||||
};
|
|
||||||
|
|
||||||
home = {
|
|
||||||
file = {
|
|
||||||
"./.config/vesktop/themes/macchiato-theme.css" = {
|
|
||||||
source = ./macchiato-theme.css;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue