feat: changes to kanshi nvidia hyprland

Bumped flake inputs to latest
This commit is contained in:
Zhongheng Liu 2024-09-19 10:24:14 +03:00
commit 09e506c6a6
No known key found for this signature in database
14 changed files with 252 additions and 128 deletions

View file

@ -1,9 +1,10 @@
{pkgs}: {
cd = "z";
cdi = "zi";
ls = "${pkgs.eza}/bin/exa";
ls = "${pkgs.lsd}/bin/lsd";
cat = "${pkgs.bat}/bin/bat";
ll = "ls -l";
rm = "${pkgs.trash-cli}/bin/trash";
osupdate = "${pkgs.nh}/bin/nh os switch";
homeupdate = "${pkgs.nh}/bin/nh home switch";
batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";