12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
# Template. Copy to private.nix and fill in; private.nix is gitignored.
|
|
#
|
|
# cp home/private.nix.example home/private.nix
|
|
#
|
|
{ config, ... }:
|
|
|
|
{
|
|
home.sessionVariables = {
|
|
# HELLO=WORLD
|
|
};
|
|
}
|