nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8df10a631b5c652ebebbb5c72c63b92326e52abc
parent 90c2a18ba63ddfa4bc907cd05268b24b3bab85b6
Author: Toni Brown <tb148@proton.me>
Date:   Sun, 17 Aug 2025 19:31:49 +0800

enable userborn

Diffstat:
Mconfiguration.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -103,6 +103,7 @@ i18n.defaultLocale = "zh_CN.UTF-8"; services.xserver.xkb.layout = "cn(altgr-pinyin)"; + services.userborn.enable = true; users.users.tb148 = { isNormalUser = true; home = "/home/tb148";