mwahahahaha, got everything building again, deskop is also in working state. so lets hope that my work laptop will also work tomorrow!!!
This commit is contained in:
parent
b0dc4d9fe4
commit
bf3ca86089
6 changed files with 83 additions and 70 deletions
|
@ -3,5 +3,16 @@
|
|||
modules = {
|
||||
system.audio.enable = true;
|
||||
system.bluetooth.enable = true;
|
||||
|
||||
root = {
|
||||
user = {
|
||||
full_name = "__ROOT__";
|
||||
email = "__ROOT__@${config.networking.hostName}";
|
||||
};
|
||||
|
||||
shell = {
|
||||
default = "zsh";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue