aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-12-07 19:23:10 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2024-12-07 19:23:10 +0200
commit712e45ca58174ad7b320bbaa12ec7a88ac4052d1 (patch)
treeeae1fd06614e1d5039525fe366c364e3f3be45b1
parent583cdd7b00543f17c495aa618338365dc65262bd (diff)
downloadnixos-configuration-712e45ca58174ad7b320bbaa12ec7a88ac4052d1.tar.gz
nixos-configuration-712e45ca58174ad7b320bbaa12ec7a88ac4052d1.tar.bz2
nixos-configuration-712e45ca58174ad7b320bbaa12ec7a88ac4052d1.zip
fix: resolve problematic batmon alias
-rw-r--r--home-manager/stvnliu/shells/aliases/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/home-manager/stvnliu/shells/aliases/default.nix b/home-manager/stvnliu/shells/aliases/default.nix
index 59bd87d..313d23f 100644
--- a/home-manager/stvnliu/shells/aliases/default.nix
+++ b/home-manager/stvnliu/shells/aliases/default.nix
@@ -2,12 +2,11 @@
gil = "${pkgs.lazygit}/bin/lazygit";
cd = "z";
cdi = "zi";
- 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";
+ #batmon = "watch -n0 upower -i /org/freedesktop/UPower/devices/battery_BAT1";
inception = "${pkgs.pipx}/bin/pipx run copier copy --trust gh:DataChefHQ/Inception .";
}