From 87702dd40ea61f5c00ce0d7359c52982b5a5f658 Mon Sep 17 00:00:00 2001 From: lulusilly Date: Sun, 5 Apr 2026 00:47:45 -0400 Subject: [PATCH] Fixed mixup in home file definition for Emacs --- hosts/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/home.nix b/hosts/home.nix index 416e44a..b24adb0 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -137,7 +137,7 @@ # Neovim ".config/nvim/init.lua" .source = dotfiles/nvim/init.lua; # Emacs - "emacs.d/init.el" .source = dotfiles/.emacs.d/init.el; + ".emacs.d/init.el" .source = dotfiles/emacs.d/init.el; # MPV ".config/mpv/mpv.conf" .source = dotfiles/mpv/mpv.conf; # Neofetch