dumbo
This commit is contained in:
parent
4797a8dd9b
commit
460107851f
|
@ -9,7 +9,7 @@
|
|||
|
||||
users.users.tasia = {
|
||||
isNormalUser = true;
|
||||
description = "User";
|
||||
description = "Tasia";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
|
|
|
@ -126,14 +126,6 @@ in {
|
|||
# Configure console keymap
|
||||
console.keyMap = "de";
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.tasia = {
|
||||
isNormalUser = true;
|
||||
description = "Tasia";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue