Compare commits
4 commits
05a29b624b
...
dbd9cc3f45
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd9cc3f45 | |||
| 62dee0a0a4 | |||
| bed4340a9b | |||
| 67c5f2bca5 |
3 changed files with 8 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
containersForce = true;
|
||||
extensions.packages = with firefox-addons; [
|
||||
bitwarden
|
||||
containerise
|
||||
multi-account-containers
|
||||
floccus
|
||||
libredirect
|
||||
old-reddit-redirect
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue