A bunch of changes. I am not keeping track of this repo.
This commit is contained in:
parent
6544f1e835
commit
157aa8bba7
9 changed files with 127 additions and 83 deletions
13
modules/home-manager/shell-aliases.nix
Normal file
13
modules/home-manager/shell-aliases.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.shellAliases = {
|
||||
nixreb = "sudo nixos-rebuild switch --flake /home/jack/nixos/#t480";
|
||||
v = "nvim";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue