diff --git a/flake.lock b/flake.lock index d2a153c..66ac764 100644 --- a/flake.lock +++ b/flake.lock @@ -44,11 +44,11 @@ ] }, "locked": { - "lastModified": 1723920171, - "narHash": "sha256-dVCMrAe+D/5S91erhwQj2DSzHOVzAanWqoy+vPWB9DY=", + "lastModified": 1724006173, + "narHash": "sha256-1ROh0buuxiMyc6eIb3CIbJsmYO7PhLqSYs55mOx1XTk=", "owner": "hyprwm", "repo": "aquamarine", - "rev": "71d49670fe246cdaff4860b0effba0ab9f163b72", + "rev": "7f8df01d4297b9068a9592400f16044602844f86", "type": "github" }, "original": { @@ -299,11 +299,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1724014641, - "narHash": "sha256-ub/HCvrxuvvqmnWpNdcyi/mp0G9+rNjtKHrA7cwyuis=", + "lastModified": 1724085862, + "narHash": "sha256-qIPLv+MmTVZ0sjhx99EZhe/2aGzy5JOskmlqPd6DNFQ=", "ref": "refs/heads/main", - "rev": "f4045ab8d032186b7c5409cd9f05eeaa813320ba", - "revCount": 5109, + "rev": "c86db7bbb0cf14d4955ee3a4d13c0ed9f8a0e0ae", + "revCount": 5115, "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" @@ -443,11 +443,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1723310128, - "narHash": "sha256-IiH8jG6PpR4h9TxSGMYh+2/gQiJW9MwehFvheSb5rPc=", + "lastModified": 1724067415, + "narHash": "sha256-WJBAEFXAtA41RMpK8mvw0cQ62CJkNMBtzcEeNIJV7b0=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "c54cf53e022b0b3c1d3b8207aa0f9b194c24f0cf", + "rev": "b09c46430ffcf18d575acf5c339b38ac4e1db5d2", "type": "github" }, "original": { @@ -507,11 +507,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1723637854, - "narHash": "sha256-med8+5DSWa2UnOqtdICndjDAEjxr5D7zaIiK4pn0Q7c=", + "lastModified": 1723991338, + "narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c3aa7b8938b17aebd2deecf7be0636000d62a2b9", + "rev": "8a3354191c0d7144db9756a74755672387b702ba", "type": "github" }, "original": { @@ -536,11 +536,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1724010176, - "narHash": "sha256-26fas5WqF8w1PMrMuJNde4bH6WSXFfRbh+L4krgPOzY=", + "lastModified": 1724036242, + "narHash": "sha256-/+gGF0tsAg2dF7Ds9Yt9Sne7ETmILKz1QVnDr+T2S2g=", "owner": "nix-community", "repo": "nixvim", - "rev": "c52ba6785661f095221aa1e1eb24f57e89d7b2de", + "rev": "312db6b6e2d98dd8d22223fe383c7e0b4bab60c6", "type": "github" }, "original": { @@ -672,11 +672,11 @@ ] }, "locked": { - "lastModified": 1723954588, - "narHash": "sha256-ZTy0Cfv0WLmsZJnFw3OPefzpFogIZU196twuv2B4iLU=", + "lastModified": 1724040926, + "narHash": "sha256-+OVFKqKAO0HpTrVGLMR/4blz5q+zMhLbv1BTPwg8Yl8=", "owner": "Gerg-L", "repo": "spicetify-nix", - "rev": "e8c7709abf6fa96b42b8a175583703d6bad07f21", + "rev": "fe44429dc3f96cd65888ab9231b44b8bded20735", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins/lsp.nix b/home/programs/nvim/plugins/lsp.nix index 6c5f31f..86990ae 100644 --- a/home/programs/nvim/plugins/lsp.nix +++ b/home/programs/nvim/plugins/lsp.nix @@ -9,7 +9,7 @@ gopls.enable = true; nixd.enable = true; tailwindcss.enable = true; - html.enable = true; + # html.enable = true; # FIXME: broken for some reason svelte.enable = true; marksman.enable = true; ltex = {