non important commit
This commit is contained in:
parent
02e359e44e
commit
a2292ca174
1 changed files with 3 additions and 3 deletions
|
|
@ -80,9 +80,9 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
zel = "zellij";
|
zel = "zellij";
|
||||||
system = "edit /home/maxag/.nix-config/flake.nix";
|
system = "nvim /home/maxag/.nix-config/flake.nix";
|
||||||
home = "edit /home/maxag/.nix-config/home/${device-name}/home.nix";
|
home = "nvim /home/maxag/.nix-config/home/${device-name}/home.nix";
|
||||||
config = "edit /home/maxag/.nix-config/configuration/${device-name}/configuration.nix";
|
config = "nvim /home/maxag/.nix-config/configuration/${device-name}/configuration.nix";
|
||||||
cat = "bat -p -P";
|
cat = "bat -p -P";
|
||||||
nix-shell = "nix-shell --run nu";
|
nix-shell = "nix-shell --run nu";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue