add quemu and direnv
This commit is contained in:
parent
2983411671
commit
10accd7b14
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
(wine.override { wineBuild = "wineWow"; }) winetricks
|
||||
steam
|
||||
kicad-with-packages3d
|
||||
unstable.qemu unstable.aqemu
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -63,4 +63,8 @@
|
|||
};
|
||||
shellAliases = { tmate = "tmux detach-client -E 'tmate;tmux'"; cat = "bat -p"; };
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue