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