Add Mocha

This commit is contained in:
2026-04-19 20:35:17 +02:00
parent c1e1488212
commit e92cbc3e69
6 changed files with 194 additions and 12 deletions

View File

@@ -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;