Add noita-helper script
This commit is contained in:
14
home/scripts/noita-helper.nix
Normal file
14
home/scripts/noita-helper.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
noita-helper = pkgs.writeShellApplication {
|
||||
name = "noita-helper";
|
||||
runtimeInputs = with pkgs; [
|
||||
grim
|
||||
jq
|
||||
];
|
||||
text = (builtins.readFile ./noita-helper.sh);
|
||||
};
|
||||
in
|
||||
{
|
||||
home.packages = [ noita-helper ];
|
||||
}
|
Reference in New Issue
Block a user