mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-02-23 05:32:06 +00:00
Also set wakatime project name for @hackclub High Seas and for coding stats Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
10 lines
No EOL
240 B
Nix
10 lines
No EOL
240 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
# Enable the KDE Plasma Desktop Environment.
|
|
services.displayManager.sddm.enable = true;
|
|
services.desktopManager.plasma6.enable = true;
|
|
|
|
# Also enable KDE Connect
|
|
programs.kdeconnect.enable = true;
|
|
} |