Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-11-22 21:45:17 +08:00
parent ea15b5d431
commit 1373c5136e

View file

@ -101,6 +101,12 @@
usbutils # lsusb usbutils # lsusb
]; ];
# Environment
home.sessionVariables = {
EDITOR = "nano";
BROWSER = "firefox";
TERMINAL = "alacritty";
# basic configuration of git, please change to your own # basic configuration of git, please change to your own
programs.git = { programs.git = {
enable = true; enable = true;