4cf8048807
Overlays now live globally in the overlays directory. They will be pulled into the flake and the rest of your configuration automatically from there.
6 lines
186 B
Nix
6 lines
186 B
Nix
final: prev: {
|
|
# wrapper to specify config file
|
|
qute = prev.writeShellScriptBin "qute" ''
|
|
exec ${prev.qutebrowser}/bin/qutebrowser -C /etc/xdg/qutebrowser/config.py "$@"
|
|
'';
|
|
}
|