home manager
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user