mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 22:57:17 +02:00
feat: emacs - format nix files via alejandra
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user