Fix aliases, nh, etc
This commit is contained in:
parent
471dfd605e
commit
660149f46b
16 changed files with 81 additions and 60 deletions
|
@ -7,30 +7,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
environment = {
|
||||
shells = [pkgs.fish];
|
||||
shellAliases = {
|
||||
# Utility
|
||||
ls = "eza";
|
||||
cat = "bat";
|
||||
rm = "gio trash";
|
||||
free = "free -h";
|
||||
neofetch = "neowofetch";
|
||||
shutdown = "shutdown now";
|
||||
|
||||
# Git
|
||||
clone = "gh repo clone";
|
||||
create = "gh repo create";
|
||||
|
||||
push = "git push";
|
||||
commit = "git commit -am";
|
||||
|
||||
# NixOS
|
||||
clean = "nh clean all";
|
||||
rebuild = "nh os switch";
|
||||
rebuildServer = "nixos-rebuild switch --flake ~/.config/nixos#quadraticserver --target-host quadradical@192.168.0.132 --use-remote-sudo";
|
||||
update = "pushd ~/.config/nixos && nix flake update && popd && rebuild";
|
||||
};
|
||||
};
|
||||
environment.shells = [pkgs.fish];
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue