diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-07-31 16:27:14 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-07-31 16:27:14 -0400 |
| commit | 2276c0e3bcd8c3e6a6e2a83d878cbf3305624cd8 (patch) | |
| tree | 61171e2592a4bc6742c7065534fe97677887819d | |
| parent | b4fc196ac049f406ad486e05a68e121aa1acd126 (diff) | |
C support
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | modules/user/editors/kakoune/default.nix | 2 |
2 files changed, 7 insertions, 7 deletions
@@ -27,11 +27,11 @@ ] }, "locked": { - "lastModified": 1782749631, - "narHash": "sha256-slFTUgDy0KTPA4LBAmC/9SngDq8GCPdX+ZR0yQHHN1E=", + "lastModified": 1785496534, + "narHash": "sha256-EASdusMYLuPhOCrE3LmsAGOvGhX3vnKBLxFvj9lI8tU=", "owner": "nix-community", "repo": "home-manager", - "rev": "5d72a29fc36ac21adae6ae35568fe5ee6700850f", + "rev": "e8827fbbb12015a8dd9f66285aec79d655bcb9f6", "type": "github" }, "original": { @@ -42,11 +42,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1782467914, - "narHash": "sha256-pGvFkM8N0xEkIIXDe5YYfbEAvHrk4IxBrjB/x8OomhE=", + "lastModified": 1785454630, + "narHash": "sha256-LQy14TZp77TwbQf40gg1V3jo8FwJG0jGDkAH+zRHqg8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e73de5be04e0eff4190a1432b946d469c794e7b4", + "rev": "1559d3daa3ecc813a650b79375ea61b6741b8746", "type": "github" }, "original": { diff --git a/modules/user/editors/kakoune/default.nix b/modules/user/editors/kakoune/default.nix index f3c7dcb..5c7188d 100644 --- a/modules/user/editors/kakoune/default.nix +++ b/modules/user/editors/kakoune/default.nix @@ -22,7 +22,7 @@ { commands = "lsp-enable-window"; name = "WinSetOption"; - option = "filetype=(css|html|java|zig)"; + option = "filetype=(c|css|html|java|zig)"; } { commands = "set buffer filetype json"; |
