summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-23 03:27:32 -0700
committerFuwn <[email protected]>2024-10-23 03:27:32 -0700
commita6a409873b0132f79e00d3c87d87aa7fb80b36de (patch)
tree7d7d73fe4c1cc27cf7b7735a9f28a2b06a42cba3
parenthome: move editor subset to shared (diff)
downloadnixos-config-a6a409873b0132f79e00d3c87d87aa7fb80b36de.tar.xz
nixos-config-a6a409873b0132f79e00d3c87d87aa7fb80b36de.zip
home: split editor to shared
-rw-r--r--home/ebisu/shared/editor.nix2
1 files changed, 1 insertions, 1 deletions
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