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
|
||||
unzip
|
||||
wakeonlan
|
||||
zip
|
||||
];
|
||||
|
||||
environment.sessionVariables = rec {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ in {
|
|||
reboot-to-windows = "sudo efibootmgr -n 0000";
|
||||
mkdir = "mkdir -p";
|
||||
l = "ls -lAh --group-directories-first";
|
||||
zip = "zip -r";
|
||||
};
|
||||
|
||||
ohMyZsh = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue