diff --git a/flake.lock b/flake.lock index 77db446..2b72f82 100644 --- a/flake.lock +++ b/flake.lock @@ -83,7 +83,7 @@ "catppuccin-discord": { "flake": false, "locked": { - "narHash": "sha256-F189DRR/QaGFQhSUED64UnPHrq6nhoLHOzitiPWVUYM=", + "narHash": "sha256-nOcvRDZ9aa5MZwE77YqOUytw/mQTWqL6t/rrGp/Zw3A=", "type": "file", "url": "https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css" }, diff --git a/users/modules/helix/default.nix b/users/modules/helix/default.nix index 9711d59..f164cbc 100644 --- a/users/modules/helix/default.nix +++ b/users/modules/helix/default.nix @@ -19,10 +19,6 @@ name = "rust"; language-server = {command = "${pkgs.rust-analyzer}/bin/rust-analyzer";}; } - { - name = "zig"; - language-server = {command = "${pkgs.zls}/bin/zls";}; - } ]; settings = { theme = "catppuccin_mocha";