Skip to content

Commit

Permalink
Update to NixOS 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 25, 2024
1 parent 2877f04 commit 00455d0
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 225 deletions.
182 changes: 82 additions & 100 deletions flake.lock

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

2 changes: 1 addition & 1 deletion home-modules/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
home = {
pointerCursor = {
package = pkgs.phinger-cursors;
name = "phinger-cursors-light";
name = "phinger-cursors-dark";
size = 24;
x11.enable = true;
gtk.enable = true;
Expand Down
5 changes: 2 additions & 3 deletions home-modules/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
}
{
# this is here because it needs insert mode
action = "vim.lsp.buf.signature_help";
lua = true;
action.__raw = "vim.lsp.buf.signature_help";
key = "<C-h>";
mode = "i";
}
Expand Down Expand Up @@ -312,7 +311,7 @@
};
};
servers = {
nil_ls = {
nil-ls = {
enable = true;
settings.formatting.command = ["alejandra"];
};
Expand Down
Loading

0 comments on commit 00455d0

Please sign in to comment.