diff --git a/modules/home/micro/default.nix b/modules/home/micro/default.nix index 54cc4cf..349c84c 100644 --- a/modules/home/micro/default.nix +++ b/modules/home/micro/default.nix @@ -5,8 +5,8 @@ settings = { "colorscheme" = "catppuccin-mocha"; - "*.nix" = "{'tabsize': 2}"; - "*.ml" = "{'tabsize': 2}"; + "*.nix" = {"tabsize": 2}; + "*.ml" = {"tabsize": 2}; "tabstospaces" = true; "tabsize" = 4; };