Compare commits
No commits in common. "dbd9cc3f4530bf050311e46bdb4a5ff6db5ff993" and "05a29b624be9c07ac9015b5cd0dfa45e6fe2a3b1" have entirely different histories.
dbd9cc3f45
...
05a29b624b
3 changed files with 2 additions and 8 deletions
|
|
@ -33,7 +33,7 @@
|
|||
containersForce = true;
|
||||
extensions.packages = with firefox-addons; [
|
||||
bitwarden
|
||||
multi-account-containers
|
||||
containerise
|
||||
floccus
|
||||
libredirect
|
||||
old-reddit-redirect
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ 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"
|
||||
|
|
|
|||
|
|
@ -50,12 +50,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
lsp = {
|
||||
nil = {
|
||||
initialization_options.formatting.command = [ "nixfmt" ];
|
||||
settings.nix.flake.autoArchive = true;
|
||||
};
|
||||
Nix = { formatter = { external = { command = "nixfmt"; }; }; };
|
||||
};
|
||||
preview_tabs = { enabled = false; };
|
||||
ssh_connections = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue