nixos-config/modules/home/plasma.nix
2025-07-25 10:55:20 -04:00

13 lines
No EOL
237 B
Nix
Executable file

{ inputs, config, ... }:
{
imports = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];
programs.plasma = {
enable = true;
workspace.cursor = {
theme = "Bibata-Modern-Classic";
size = 24;
};
};
}