Mario Vago Marzal
Mario Vago Marzal
Yes, I think we can close this pull request. Sorry for the late response.
I have encountered a similar problem trying to configure Sketchybar with Home-Manager. I've tried @neversad-dev approach of symlinking the directory: ```nix { pkgs, config, ... }: let # Sketchybar package...
From what I've been able to see, the Grub module configures the following options: ```nix boot.loader.grub = { font = "${theme}/font.pf2"; splashImage = "${theme}/background.png"; inherit theme; }; ``` Here, `theme`...