2020-08-06 23:41:31 +04:00

8 lines
180 B
Nix

{ config, lib, pkgs, ... }:
{
home-manager.users.alukard = {
home.file.".config/qBittorrent/darkstylesheet.qbtheme" = {
source = ./darkstylesheet.qbtheme;
};
};
}