use tmpfile.d to symlink webCord Theme

This commit is contained in:
Gerg-L 2023-02-22 18:01:25 -05:00
parent d911aabfad
commit 628cfac23e

View file

@ -1,6 +1,7 @@
inputs: { inputs: {
pkgs, pkgs,
settings, settings,
self,
... ...
}: { }: {
imports = [ imports = [
@ -43,6 +44,8 @@ inputs: {
pkgs.pipes-rs # more fun things pkgs.pipes-rs # more fun things
pkgs.vlc #play stuff pkgs.vlc #play stuff
]; ];
systemd.tmpfiles.rules = ["L+ /home/gerg/.config/WebCord/Themes/black - - - - ${self}/misc/black.theme.css"];
networking = { networking = {
hostName = settings.hostname; hostName = settings.hostname;
hostId = "288b56db"; hostId = "288b56db";