diff options
| author | Fuwn <[email protected]> | 2024-10-23 03:27:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-23 03:27:32 -0700 |
| commit | a6a409873b0132f79e00d3c87d87aa7fb80b36de (patch) | |
| tree | 7d7d73fe4c1cc27cf7b7735a9f28a2b06a42cba3 | |
| parent | home: move editor subset to shared (diff) | |
| download | nixos-config-a6a409873b0132f79e00d3c87d87aa7fb80b36de.tar.xz nixos-config-a6a409873b0132f79e00d3c87d87aa7fb80b36de.zip | |
home: split editor to shared
| -rw-r--r-- | home/ebisu/shared/editor.nix | 2 |
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 |