From a6a409873b0132f79e00d3c87d87aa7fb80b36de Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Oct 2024 03:27:32 -0700 Subject: home: split editor to shared --- home/ebisu/shared/editor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ebisu/shared/editor.nix b/home/ebisu/shared/editor.nix index 9339e4e..55809cd 100644 --- a/home/ebisu/shared/editor.nix +++ b/home/ebisu/shared/editor.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ inputs, pkgs, ... }: { home.packages = with pkgs; [ emacs -- cgit v1.2.3