all repos — nixfiles @ 0a17d3ee9887a91567f42c14fc413141662fb6fb

System and user configuration, managed by nix and home-manager

fix syntax error
Alan Pearce alan@alanpearce.eu
Thu, 02 May 2024 19:46:54 +0200
commit

0a17d3ee9887a91567f42c14fc413141662fb6fb

parent

dbc511cc2326c74dc6dba5b5a712ba3c52311f8e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -67,7 +67,7 @@ tab_width = 4;       };
       "*.{yaml,yml}" = {
         indent_size = 4;
-      }
+      };
     };
   };