8 lines
186 B
Nix
8 lines
186 B
Nix
{ pkgs, }:
|
|
let
|
|
# browserPath = lib.getExe config.programs.firefox.package;
|
|
# dmenuPath = lib.getExe pkgs.wmenu;
|
|
in
|
|
pkgs.writeShellScriptBin "urlmenu" ''
|
|
#!${pkgs.bash}/bin/bash
|
|
''
|