mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added a lot of "normal" expected-to-work keybinds
This commit is contained in:
parent
2e8a2f9220
commit
c5943979fe
2 changed files with 22 additions and 0 deletions
|
@ -24,6 +24,16 @@
|
|||
(pkgs.callPackage ../pkgs/ytsub.nix { })
|
||||
(pkgs.callPackage ../pkgs/russ.nix { })
|
||||
(pkgs.callPackage ../pkgs/pokemon-colorscripts.nix { })
|
||||
(pkgs.writeShellScriptBin "airplane-mode" ''
|
||||
#!/bin/sh
|
||||
connectivity="$(nmcli n connectivity)"
|
||||
if [ "$connectivity" == "full" ]
|
||||
then
|
||||
nmcli n off
|
||||
else
|
||||
nmcli n on
|
||||
fi
|
||||
'')
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue