mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +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 = {
|
config = {
|
||||||
systemSettings = {
|
systemSettings = {
|
||||||
# users
|
# users
|
||||||
users = [ "emmet" ];
|
users = [ "emmet" "corrina" ];
|
||||||
adminUsers = [ "emmet" ];
|
adminUsers = [ "emmet" ];
|
||||||
|
|
||||||
# hardware
|
# hardware
|
||||||
|
@ -51,6 +51,12 @@
|
||||||
name = "Emmet";
|
name = "Emmet";
|
||||||
email = "emmet@librephoenix.com";
|
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