mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
use tmpfile.d to symlink webCord Theme
This commit is contained in:
parent
d911aabfad
commit
628cfac23e
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue