Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Aug 25, 2024
1 parent 8b1dd47 commit 15c22dc
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
86 changes: 43 additions & 43 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions home-modules/gaming.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
home.packages = with pkgs; [
prismlauncher
mangohud
shipwright
mupen64plus
];

# makes steam download a lot faster
Expand Down
14 changes: 8 additions & 6 deletions home-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,14 @@
};
conform-nvim = {
enable = true;
formattersByFt = {
glsl = ["clang-format"];
};
formatOnSave = {
lspFallback = true;
timeoutMs = 500;
settings = {
formatters_by_ft = {
glsl = ["clang-format"];
};
format_on_save = {
lsp_fallback = true;
timeout_ms = 500;
};
};
};

Expand Down

0 comments on commit 15c22dc

Please sign in to comment.