i'm an idiot

This commit is contained in:
tristan 2023-04-25 18:18:31 +01:00
parent 782e7da908
commit 7350b5a51f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ in
ansible
thunderbird
(pkgs.writeShellScriptBin "my-editor" ''
code
code $@
'')
(pkgs.makeDesktopItem {
name = "teams";

View file

@ -16,7 +16,7 @@
monero-gui
xmrig
(pkgs.writeShellScriptBin "my-editor" ''
codium
codium $@
'')
];