home/packages: add chromium_stackfield, nom
This commit is contained in:
parent
d4bae9aa7a
commit
fed978a9b6
@ -10,6 +10,9 @@
|
|||||||
chromium_discord = pkgs.writeShellScriptBin "chromium_discord" ''
|
chromium_discord = pkgs.writeShellScriptBin "chromium_discord" ''
|
||||||
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://discordapp.com/channels/@me
|
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://discordapp.com/channels/@me
|
||||||
'';
|
'';
|
||||||
|
chromium_stackfield = pkgs.writeShellScriptBin "chromium_stackfield" ''
|
||||||
|
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://stackfield.com/
|
||||||
|
'';
|
||||||
ssh_proxy = pkgs.writeShellScriptBin "ssh_proxy" ''
|
ssh_proxy = pkgs.writeShellScriptBin "ssh_proxy" ''
|
||||||
if ${pkgs.coreutils}/bin/test $# -ne 1; then
|
if ${pkgs.coreutils}/bin/test $# -ne 1; then
|
||||||
echo "Usage: $0 <user>@<ssh_host>"
|
echo "Usage: $0 <user>@<ssh_host>"
|
||||||
@ -85,6 +88,7 @@ in {
|
|||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
nix-prefetch-git
|
nix-prefetch-git
|
||||||
nodePackages.peerflix
|
nodePackages.peerflix
|
||||||
|
nom
|
||||||
openocd
|
openocd
|
||||||
openscad
|
openscad
|
||||||
pandoc
|
pandoc
|
||||||
@ -129,6 +133,7 @@ in {
|
|||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
chromium_discord
|
chromium_discord
|
||||||
|
chromium_stackfield
|
||||||
chromium_teams
|
chromium_teams
|
||||||
ssh_proxy
|
ssh_proxy
|
||||||
wrap_sh
|
wrap_sh
|
||||||
|
Loading…
Reference in New Issue
Block a user