alqueva/computers/python/configs/default.nix
Artur Manuel ab8461fd06 meta: unarchiving repository
false alarm. i don't think my brother
will particularly care about his SSD
getting taken over by me, as he hasn't
cared in the past... hopefully it's
the same this time.
2024-11-11 00:48:02 +00:00

10 lines
416 B
Nix

{inputs, ...}: {
systemd.user.tmpfiles.users.artur.rules = (hcfg: [
"L+ ${hcfg}/qutebrowser/config.py - - - - ${./qutebrowser/config.py}"
"L+ ${hcfg}/qutebrowser/rosepine - - - - ${inputs.rosepine-qutebrowser}"
"L+ ${hcfg}/kanshi/ - - - - ${./kanshi}"
"L+ ${hcfg}/fuzzel/ - - - - ${./fuzzel}"
"L+ ${hcfg}/river/ - - - - ${./river}"
"L+ ${hcfg}/foot/ - - - - ${./foot}"
]) "%h/.config";
}