This commit is contained in:
Henry Hiles 2023-07-01 18:50:09 -04:00
parent 5747f8c525
commit 6b87451d11
2 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,10 @@
};
shells = [pkgs.fish];
shellAliases = {
free = "free -h";
cat = "bat";
# NixOS Helper Aliases
config = "$EDITOR ~/.config/nixos/$(hostname)/configuration.nix";
flake = "$EDITOR ~/.config/nixos/flake.nix";
common = "$EDITOR ~/.config/nixos/common.nix";

View file

@ -15,5 +15,6 @@
../home-manager/git.nix
../home-manager/btop.nix
../home-manager/vscode.nix
../home-manager/bat.nix
];
}