From 9e83e6c002dc4174b8904f805a5d3ad69410ce6b Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 9 May 2025 16:39:48 +0200 Subject: [PATCH] Add x86_64-linux to emacs flake output --- flakes/emacs/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flakes/emacs/flake.nix b/flakes/emacs/flake.nix index b9469e4..a87b52d 100644 --- a/flakes/emacs/flake.nix +++ b/flakes/emacs/flake.nix @@ -9,6 +9,7 @@ { homeManagerModules = { aarch64-darwin = import ./home.nix; + x86_64-linux = import ./home.nix; }; }; }