From 1373c5136e6cc1f6a18e4d561a6ba4063f69512b Mon Sep 17 00:00:00 2001 From: tootbrute Date: Fri, 22 Nov 2024 21:45:17 +0800 Subject: [PATCH] Update NixOS config. --- home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.nix b/home.nix index 4483504..96be810 100644 --- a/home.nix +++ b/home.nix @@ -101,6 +101,12 @@ usbutils # lsusb ]; + # Environment + home.sessionVariables = { + EDITOR = "nano"; + BROWSER = "firefox"; + TERMINAL = "alacritty"; + # basic configuration of git, please change to your own programs.git = { enable = true;