i'm an idiot
This commit is contained in:
parent
782e7da908
commit
7350b5a51f
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ in
|
||||||
ansible
|
ansible
|
||||||
thunderbird
|
thunderbird
|
||||||
(pkgs.writeShellScriptBin "my-editor" ''
|
(pkgs.writeShellScriptBin "my-editor" ''
|
||||||
code
|
code $@
|
||||||
'')
|
'')
|
||||||
(pkgs.makeDesktopItem {
|
(pkgs.makeDesktopItem {
|
||||||
name = "teams";
|
name = "teams";
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
monero-gui
|
monero-gui
|
||||||
xmrig
|
xmrig
|
||||||
(pkgs.writeShellScriptBin "my-editor" ''
|
(pkgs.writeShellScriptBin "my-editor" ''
|
||||||
codium
|
codium $@
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue