mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
9 lines
122 B
Text
9 lines
122 B
Text
|
# -*- mode: sh -*-
|
||
|
|
||
|
. "@homeDirectory@/.nix-profile/etc/profile.d/hm-session-vars.sh"
|
||
|
|
||
|
export V1="v1"
|
||
|
export V2="v2-v1"
|
||
|
|
||
|
|