Add xdg-utils
and wsl-open
Add `xdg-utils` to add functions like `xdg-open` to run commands such as `mob timer open` and have them open a browser. Also add `wsl-open` so this works within WSL.
This commit is contained in:
parent
4ed0648578
commit
4ddd317c6c
|
@ -50,6 +50,7 @@ with pkgs;
|
||||||
virtualenv
|
virtualenv
|
||||||
wget
|
wget
|
||||||
xcp
|
xcp
|
||||||
|
xdg-utils
|
||||||
xh
|
xh
|
||||||
yarn
|
yarn
|
||||||
]
|
]
|
||||||
|
|
|
@ -29,7 +29,7 @@ inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
{
|
{
|
||||||
imports = [ shared-config ];
|
imports = [ shared-config ];
|
||||||
|
|
||||||
home.packages = shared-packages;
|
home.packages = shared-packages ++ [ pkgs.wsl-open ];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
Loading…
Reference in a new issue