Add Mocha
This commit is contained in:
@@ -70,16 +70,16 @@
|
||||
services.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.dark = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"video"
|
||||
]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
#users.users.dark = {
|
||||
# isNormalUser = true;
|
||||
# extraGroups = [
|
||||
# "wheel"
|
||||
# "networkmanager"
|
||||
# "video"
|
||||
# ]; # Enable ‘sudo’ for the user.
|
||||
# packages = with pkgs; [
|
||||
# ];
|
||||
#};
|
||||
|
||||
services.displayManager.plasma-login-manager.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user