WIP new top level flakes break down
This commit is contained in:
parent
2238aaf367
commit
7215fd37bf
57 changed files with 3033 additions and 69 deletions
6
flakes/hyprland/home_manager/scripts/toggle-airplane-mode.sh
Executable file
6
flakes/hyprland/home_manager/scripts/toggle-airplane-mode.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
if [ "$(nmcli radio all)" = "enabled" ]; then
|
||||
nmcli radio all off
|
||||
else
|
||||
nmcli radio all on
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue