8 lines
180 B
Nix
8 lines
180 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
home-manager.users.alukard = {
|
|
home.file.".config/qBittorrent/darkstylesheet.qbtheme" = {
|
|
source = ./darkstylesheet.qbtheme;
|
|
};
|
|
};
|
|
} |