Compare commits

..

4 commits

3 changed files with 8 additions and 2 deletions

View file

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

View file

@ -30,6 +30,7 @@ in {
"getantidote/use-omz"
"ohmyzsh/ohmyzsh path:lib"
"ohmyzsh/ohmyzsh path:plugins/git"
"ohmyzsh/ohmyzsh path:plugins/gitignore"
"ohmyzsh/ohmyzsh path:plugins/extract"
"zsh-users/zsh-syntax-highlighting"
"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; };
ssh_connections = [{