feat: emacs - format nix files via alejandra

This commit is contained in:
Ryan Yin
2024-01-04 13:45:24 +08:00
parent a9c2031aee
commit 76883edf0b
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -74,7 +74,7 @@ in {
}
(mkIf pkgs.stdenv.isLinux (
# Do not use emacs-nox here, which makes the mouse wheel work abnormally
# Do not use emacs-nox here, which makes the mouse wheel work abnormally in terminal mode.
let emacsPkg = pkgs.emacs29; in
{
home.packages = [emacsPkg];
@@ -86,6 +86,7 @@ in {
}))
(mkIf pkgs.stdenv.isDarwin (
# Do not use emacs-nox here, which makes the mouse wheel work abnormally in terminal mode.
let emacsPkg = pkgs.emacs29; in
{
home.packages = [emacsPkg];