nixos-config/hosts/computer-mo/user-packages/usr.pkg-desktop.nix

7 lines
61 B
Nix
Raw Normal View History

2024-08-10 14:15:06 +02:00
{ ... }:
{
programs.plasma = {
enable = true;
};
}