This commit is contained in:
CDaut 2024-04-22 15:15:19 +02:00
parent 72b7b80412
commit ea0bff8e51
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 16 additions and 8 deletions

Binary file not shown.

View file

@ -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";
};
}

View file

@ -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";

View file

@ -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" ];