fix different vscode, the brain dead way
This commit is contained in:
parent
be05c654bc
commit
782e7da908
5 changed files with 30 additions and 21 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, user, name, ... }:
|
||||
{ config, pkgs, user, name, editor, ... }:
|
||||
# https://nix-community.github.io/home-manager/options.html
|
||||
let
|
||||
my-deps = {
|
||||
|
|
@ -56,7 +56,7 @@ let
|
|||
|
||||
open-code = (pkgs.writeShellScriptBin "open-code" ''
|
||||
code_dir=~/Documents/code
|
||||
ls $code_dir/ | ${my-deps.menu} | ${my-deps.xargs} -I_ codium $code_dir/_
|
||||
ls $code_dir/ | ${my-deps.menu} | ${my-deps.xargs} -I_ my-editor $code_dir/_
|
||||
'');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue