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