Cool stuff

This commit is contained in:
Henry Hiles 2023-10-27 11:37:03 -04:00
parent 7c7e281b3c
commit 3ae2398770
7 changed files with 176 additions and 56 deletions

View file

@ -29,7 +29,7 @@
shellAliases = {
# Utility
cat = "bat";
rm = "rmtrash";
rm = "gio trash";
free = "free -h";
ping = "prettyping";
shutdown = "shutdown now";
@ -42,6 +42,7 @@
commit = "git add -A && git commit -am";
# NixOS
dev = "nix develop";
garbage = "sudo nix-collect-garbage -d";
flake = "$EDITOR ~/.config/nixos/flake.nix";
common = "$EDITOR ~/.config/nixos/common.nix";
@ -54,7 +55,6 @@
systemPackages = with pkgs; [
micro
rmtrash
prettyping
];
};