From 919b71abea9b89418146e09ca5d9f1191a2fe0a8 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 16 Feb 2025 15:09:47 -0600 Subject: [PATCH] add wife to gaming laptop --- hosts/snowfire/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/snowfire/configuration.nix b/hosts/snowfire/configuration.nix index 551b7f1b..1521489a 100644 --- a/hosts/snowfire/configuration.nix +++ b/hosts/snowfire/configuration.nix @@ -4,7 +4,7 @@ config = { systemSettings = { # users - users = [ "emmet" ]; + users = [ "emmet" "corrina" ]; adminUsers = [ "emmet" ]; # hardware @@ -51,6 +51,12 @@ name = "Emmet"; email = "emmet@librephoenix.com"; }; + users.users.corrina.description = "Corrina"; + home-manager.users.corrina.userSettings = { + name = "Corrina"; + email = ""; + stylix.theme = "spaceduck"; + }; };