Gen 441: Extra firefox tweaks and organized the scripts folder
This commit is contained in:
8
glasshouse-desktop/home/scripts/commands/s_check.nix
Normal file
8
glasshouse-desktop/home/scripts/commands/s_check.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ self, pkgs }:
|
||||
|
||||
|
||||
pkgs.writeShellScriptBin "scheck" (''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
[ "$SOUNDS_ENABLED" -eq 1 ]
|
||||
'')
|
||||
Reference in New Issue
Block a user