Files
dotfiles/home/private.nix.example
T
2026-09-20 04:22:32 +05:00

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
};
}