Update NixOS config.
This commit is contained in:
parent
ea15b5d431
commit
1373c5136e
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue