mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
update flakes; thefuck -> pay-respect
This commit is contained in:
parent
3565c56590
commit
6b144d0da1
4 changed files with 115 additions and 116 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
. ~/scripts/tofi/config
|
||||
|
||||
entry=$(printf "⏻ poweroff\n reboot\n mode\n exit\n suspend" | tofi_full "power")
|
||||
entry=$(printf " poweroff\n reboot\n mode\n exit\n suspend" | tofi_full "power")
|
||||
entry=$(echo $entry | cut -d' ' -f2 )
|
||||
|
||||
if [ "$entry" = "poweroff" ] || [ "$entry" = "reboot" ]; then
|
||||
|
|
|
|||
|
|
@ -49,5 +49,5 @@
|
|||
./obs.nix
|
||||
./music.nix
|
||||
];
|
||||
programs.thefuck.enable = true;
|
||||
programs.pay-respects.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue