Gen 423: Converted shell scripts into nix files
This commit is contained in:
9
glasshouse-laptop/home/scripts/power-menu.nix
Normal file
9
glasshouse-laptop/home/scripts/power-menu.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs }:
|
||||
|
||||
{
|
||||
power-menu = pkgs.writeShellScriptBin "power-menu" (''
|
||||
#!/usr/bin/env bash
|
||||
|
||||
rofi -show p -modi p:'rofi-power-menu' -theme-str 'window {width: 10em; height: 15em;} listview {lines: 5;}'
|
||||
'');
|
||||
}
|
||||
Reference in New Issue
Block a user