2024-08-04 10:43:27 +01:00
|
|
|
{ config, lib, ... }:
|
2024-07-30 15:06:34 +01:00
|
|
|
{
|
2024-07-10 08:27:17 +01:00
|
|
|
imports = [
|
|
|
|
./personal.nix
|
|
|
|
./desktop/plasma/default.nix
|
2024-07-08 11:24:43 +01:00
|
|
|
];
|
2024-07-10 08:27:17 +01:00
|
|
|
programs.plasma = lib.mkIf config.programs.plasma.enable {
|
2024-08-04 10:43:27 +01:00
|
|
|
configFile = {
|
|
|
|
kcminputrc."Libinput/1739/52759/SYNA32AA:00 06CB:CE17 Touchpad".NaturalScroll = true;
|
|
|
|
};
|
2024-07-10 08:27:17 +01:00
|
|
|
};
|
2024-07-03 07:15:39 +01:00
|
|
|
}
|