alqueva/computers/python/configs/default.nix

10 lines
375 B
Nix
Raw Normal View History

{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}"
]) "%h/.config";
}