plasma-manager/example/home.nix

13 lines
223 B
Nix
Raw Normal View History

{ ... }:
{
programs.plasma = {
enable = true;
# A high-level setting:
workspace.clickItemTo = "select";
# A low-level setting:
files."baloofilerc"."Basic Settings"."Indexing-Enabled" = false;
};
}