direnv
This commit is contained in:
parent
72b7b80412
commit
ea0bff8e51
6 changed files with 16 additions and 8 deletions
Binary file not shown.
|
|
@ -62,6 +62,7 @@ in
|
|||
extraConfig = "floating_modifier ${mod}\n
|
||||
gaps inner 10\n
|
||||
gaps outer 0\n
|
||||
smart_gaps on\n";
|
||||
smart_gaps on\n
|
||||
for_window [class=\"Vulkan\"] floating enable\n";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,9 +11,13 @@
|
|||
arrterian.nix-env-selector
|
||||
vadimcn.vscode-lldb
|
||||
serayuzgur.crates
|
||||
bungcip.better-toml
|
||||
tamasfe.even-better-toml
|
||||
zhuangtongfa.material-theme
|
||||
xaver.clang-format
|
||||
ms-vscode.cpptools
|
||||
mkhl.direnv
|
||||
ms-vscode.cmake-tools
|
||||
twxs.cmake
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
name = "shader";
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
ssh = "TERM=xterm-256color $(which -p ssh)";
|
||||
};
|
||||
|
||||
initExtra = "eval \"$(direnv hook zsh)\"";
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" "battery" "docker" "docker-compose" "virtualenv" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue