mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 23:06:40 -07:00
run nixfmt on repo
This commit is contained in:
parent
29c4ce7acd
commit
276ceac3d5
6 changed files with 93 additions and 85 deletions
|
@ -4,7 +4,7 @@ let
|
|||
gitConfig = {
|
||||
core = {
|
||||
editor = "nvim";
|
||||
pager = "diff-so-fancy | less --tabs=4 -RFX";
|
||||
pager = "diff-so-fancy | less --tabs=4 -RFX";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
|
@ -36,22 +36,22 @@ let
|
|||
master = "checkout master";
|
||||
};
|
||||
myIgnores = [
|
||||
"*~"
|
||||
".DS_Store"
|
||||
"*.bloop"
|
||||
".direnv/"
|
||||
".idea/"
|
||||
".mypy_cache"
|
||||
"*.metals"
|
||||
"*.metals.sbt"
|
||||
"*metals.sbt"
|
||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
||||
"*hie.yaml" # ghcide files
|
||||
"*.mill-version" # used by metals
|
||||
"*.vscode"
|
||||
"*.python-version"
|
||||
"result"
|
||||
];
|
||||
"*~"
|
||||
".DS_Store"
|
||||
"*.bloop"
|
||||
".direnv/"
|
||||
".idea/"
|
||||
".mypy_cache"
|
||||
"*.metals"
|
||||
"*.metals.sbt"
|
||||
"*metals.sbt"
|
||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
||||
"*hie.yaml" # ghcide files
|
||||
"*.mill-version" # used by metals
|
||||
"*.vscode"
|
||||
"*.python-version"
|
||||
"result"
|
||||
];
|
||||
in
|
||||
{
|
||||
programs.git = {
|
||||
|
|
|
@ -22,16 +22,9 @@ in
|
|||
plugin = tmuxPlugins.continuum;
|
||||
extraConfig = "set -g @continuum-restore 'on'";
|
||||
}
|
||||
{
|
||||
plugin = tmuxPlugins.sensible;
|
||||
}
|
||||
{
|
||||
plugin = tmuxPlugins.vim-tmux-navigator;
|
||||
}
|
||||
{
|
||||
plugin = tmuxPlugins.onedark-theme;
|
||||
}
|
||||
{ plugin = tmuxPlugins.sensible; }
|
||||
{ plugin = tmuxPlugins.vim-tmux-navigator; }
|
||||
{ plugin = tmuxPlugins.onedark-theme; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ in
|
|||
{
|
||||
programs.wezterm = {
|
||||
enable = true;
|
||||
extraConfig = weztermConfig;
|
||||
extraConfig = weztermConfig;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue