Compare commits

..

4 commits

3 changed files with 8 additions and 2 deletions

View file

@ -33,7 +33,7 @@
containersForce = true; containersForce = true;
extensions.packages = with firefox-addons; [ extensions.packages = with firefox-addons; [
bitwarden bitwarden
containerise multi-account-containers
floccus floccus
libredirect libredirect
old-reddit-redirect old-reddit-redirect

View file

@ -30,6 +30,7 @@ in {
"getantidote/use-omz" "getantidote/use-omz"
"ohmyzsh/ohmyzsh path:lib" "ohmyzsh/ohmyzsh path:lib"
"ohmyzsh/ohmyzsh path:plugins/git" "ohmyzsh/ohmyzsh path:plugins/git"
"ohmyzsh/ohmyzsh path:plugins/gitignore"
"ohmyzsh/ohmyzsh path:plugins/extract" "ohmyzsh/ohmyzsh path:plugins/extract"
"zsh-users/zsh-syntax-highlighting" "zsh-users/zsh-syntax-highlighting"
"zsh-users/zsh-autosuggestions" "zsh-users/zsh-autosuggestions"

View file

@ -50,7 +50,12 @@
}; };
}; };
}; };
Nix = { formatter = { external = { command = "nixfmt"; }; }; }; };
lsp = {
nil = {
initialization_options.formatting.command = [ "nixfmt" ];
settings.nix.flake.autoArchive = true;
};
}; };
preview_tabs = { enabled = false; }; preview_tabs = { enabled = false; };
ssh_connections = [{ ssh_connections = [{