diff --git a/users/common/programs.nix b/users/common/programs.nix index 82d36e5..bc4aee1 100644 --- a/users/common/programs.nix +++ b/users/common/programs.nix @@ -33,6 +33,15 @@ esc = [ "collapse_selection" "keep_primary_selection" ]; }; }; + languages = { + language = [ + { + name = "nix"; + auto-format = true; + formatter.command = "nixfmt"; + } + ]; + }; themes.catppuccin-mocha_transparent = { inherits = "catppuccin_mocha"; "ui.background" = "{}";