Merge branch 'overhaul' of https://github.com/KoenDR06/nix-config into overhaul
This commit is contained in:
commit
5660ca8d1a
2 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ in {
|
||||||
tmux
|
tmux
|
||||||
unzip
|
unzip
|
||||||
wakeonlan
|
wakeonlan
|
||||||
|
zip
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = rec {
|
environment.sessionVariables = rec {
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ in {
|
||||||
reboot-to-windows = "sudo efibootmgr -n 0000";
|
reboot-to-windows = "sudo efibootmgr -n 0000";
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
l = "ls -lAh --group-directories-first";
|
l = "ls -lAh --group-directories-first";
|
||||||
|
zip = "zip -r";
|
||||||
};
|
};
|
||||||
|
|
||||||
ohMyZsh = {
|
ohMyZsh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue