initial commit for module-refactor
This commit is contained in:
9
modules/home/scripts/wm-controls/s_check.nix
Normal file
9
modules/home/scripts/wm-controls/s_check.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
self,
|
||||
pkgs,
|
||||
}:
|
||||
pkgs.writeShellScriptBin "scheck" ''
|
||||
#!/run/current-system/sw/bin/bash
|
||||
|
||||
[ "$SOUNDS_ENABLED" -eq 1 ]
|
||||
''
|
||||
Reference in New Issue
Block a user