Fix Jeremiah and hms
Add Jeremiah to the users page Remove unnecessary home-manager configuration Convert hms into a shell application
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
{ writeShellScriptBin, ... }:
|
||||
{ writeShellApplication, coreutils-full, nix-output-monitor, ... }:
|
||||
|
||||
writeShellScriptBin "hms" (builtins.readFile ./hms.sh)
|
||||
writeShellApplication {
|
||||
name = "hms";
|
||||
runtimeInputs = [ coreutils-full nix-output-monitor ];
|
||||
text = (builtins.readFile ./hms.sh);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user