diff --git a/config/.prettierrc b/config/.prettierrc new file mode 100644 index 0000000..dfcc0e9 --- /dev/null +++ b/config/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 4, + "useTabs": true +} diff --git a/nixos/home.nix b/nixos/home.nix index 56e0596..ad5cb42 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -60,6 +60,7 @@ ".config/hypr/mocha.conf".source = ../config/mocha.conf; ".config/hypr/hypridle.conf".source = ../config/hypridle.conf; ".config/dolphinrc".source = ../config/dolphinrc; + ".prettierrc".source = ../config/ # # You can also set the file content immediately. # ".gradle/gradle.properties".text = ''