mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-08 06:19:01 +00:00
3a022a374a
I think this is better for separating modules explicitly. This is also considered as there are similar objects between modules (e.g., NixOS and home-manager modules and users). Revert users module to old position
7 lines
242 B
Bash
Executable File
7 lines
242 B
Bash
Executable File
#!/usr/bin/env sh
|
|
# A simple prompt script.
|
|
# Based from Luke Smith's prompt script.
|
|
# https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/prompt
|
|
|
|
[ "$(printf "No\\nYes" | rofi -theme themes/dmenu -dmenu -p "$1")" = "Yes" ] && $2
|