mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
add wife to gaming laptop
This commit is contained in:
parent
1ac3b10b68
commit
919b71abea
1 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue