mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
Updated systems
This commit is contained in:
parent
145505bd25
commit
13d7a83981
7 changed files with 154 additions and 80 deletions
|
@ -4,8 +4,8 @@
|
|||
config = {
|
||||
systemSettings = {
|
||||
# users
|
||||
users = [ "emmet" "corrina" ];
|
||||
adminUsers = [ "emmet" "corrina" ];
|
||||
users = [ "emmet" ];
|
||||
adminUsers = [ "emmet" ];
|
||||
|
||||
# hardware
|
||||
cachy.enable = true;
|
||||
|
@ -53,16 +53,16 @@
|
|||
name = "Emmet";
|
||||
email = "emmet@librephoenix.com";
|
||||
};
|
||||
users.users.corrina.description = "Corrina";
|
||||
home-manager.users.corrina.userSettings = {
|
||||
name = "Corrina";
|
||||
email = "";
|
||||
stylix.theme = "spaceduck";
|
||||
};
|
||||
home-manager.users.corrina.services.nextcloud-client = {
|
||||
enable = lib.mkForce false;
|
||||
startInBackground = lib.mkForce false;
|
||||
};
|
||||
#users.users.corrina.description = "Corrina";
|
||||
#home-manager.users.corrina.userSettings = {
|
||||
# name = "Corrina";
|
||||
# email = "";
|
||||
# stylix.theme = "spaceduck";
|
||||
#};
|
||||
#home-manager.users.corrina.services.nextcloud-client = {
|
||||
# enable = lib.mkForce false;
|
||||
# startInBackground = lib.mkForce false;
|
||||
#};
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue