home manager

This commit is contained in:
2026-09-20 04:22:32 +05:00
parent 5b8b371e4d
commit 043466630c
6 changed files with 215 additions and 228 deletions
+11
View File
@@ -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
};
}