Skip to content

Commit

Permalink
Update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Mar 6, 2024
1 parent 55cc81e commit e8f1777
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 59 deletions.
171 changes: 121 additions & 50 deletions flake.lock

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

13 changes: 5 additions & 8 deletions home-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
};

colorschemes.dracula.enable = true;
highlight = {
highlightOverride = {
Normal.bg = "none";
NormalFloat.bg = "none";
WinSeparator = {
Expand Down Expand Up @@ -205,24 +205,19 @@
enableLspFormat = true;
sources = {
code_actions = {
shellcheck.enable = true;
statix.enable = true;
};
diagnostics = {
deadnix.enable = true;
gitlint.enable = true;
luacheck.enable = true;
shellcheck.enable = true;
selene.enable = true;
};
formatting = {
jq.enable = true;
markdownlint.enable = true;
rustfmt.enable = true;
sqlfluff.enable = true;
shfmt.enable = true;
stylua.enable = true;
# I dont think this actually works
fourmolu.enable = true;
terraform_fmt.enable = true;
};
};
};
Expand Down Expand Up @@ -257,6 +252,8 @@
tailwindcss.enable = true;
tsserver.enable = true;
hls.enable = true;
jsonls.enable = true;
terraformls.enable = true;
pylsp = {
enable = true;
settings.plugins = {
Expand Down
2 changes: 1 addition & 1 deletion modules/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

services.xserver = {
enable = true;
layout = "eu";
xkb.layout = "eu";
autoRepeatDelay = 300;
autoRepeatInterval = 25;

Expand Down

0 comments on commit e8f1777

Please sign in to comment.