Gen 423: Converted shell scripts into nix files
This commit is contained in:
9
glasshouse-laptop/home/scripts/s_check.nix
Normal file
9
glasshouse-laptop/home/scripts/s_check.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }:
|
||||
|
||||
{
|
||||
s_check = pkgs.writeShellScriptBin "s_check" (''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
[ "$SOUNDS_ENABLED" -eq 1 ]
|
||||
'');
|
||||
}
|
||||
Reference in New Issue
Block a user