From 20a85bacc2f8c22c1c0f338c5a8872d29b432935 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 30 Oct 2024 22:35:19 -0700 Subject: core: move variables to modules --- home/ebisu/core/system/variables/default-programs.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 home/ebisu/core/system/variables/default-programs.nix (limited to 'home/ebisu/core/system/variables/default-programs.nix') diff --git a/home/ebisu/core/system/variables/default-programs.nix b/home/ebisu/core/system/variables/default-programs.nix new file mode 100644 index 0000000..68a9d58 --- /dev/null +++ b/home/ebisu/core/system/variables/default-programs.nix @@ -0,0 +1,10 @@ +{ lib, pkgs, ... }: +{ + home.sessionVariables = { + EDITOR = "lvim"; + TERMINAL = "kitty"; + TERMINAL_PROG = "kitty"; + BROWSER = "zen"; + FLAKE_EDITOR = "${lib.getExe pkgs.zed-editor}"; + }; +} -- cgit v1.2.3