Add thinkpad to syncthing peers

This commit is contained in:
Yan Lin 2025-09-13 11:15:07 +02:00
parent 765e80c978
commit 8d0753fd0a
4 changed files with 40 additions and 7 deletions

View file

@ -4,6 +4,10 @@
# Enable plasma configuration
programs.plasma.enable = true;
# Set dark theme
programs.plasma.workspace.theme = "breeze-dark";
programs.plasma.workspace.colorScheme = "BreezeDark";
# Configure Konsole through plasma-manager
programs.konsole = {
enable = true;
@ -16,7 +20,7 @@
colorScheme = "Breeze";
extraConfig = {
General.SilenceSeconds = 0;
"Scrolling".ScrollBarPosition = 0;
"Scrolling".ScrollBarPosition = 2;
"Terminal Features" = {
BlinkingTextEnabled = true;
FlowControlEnabled = true;
@ -50,6 +54,31 @@
{
location = "bottom";
hiding = "autohide";
widgets = [
"org.kde.plasma.kickoff"
{
iconTasks = {
launchers = [
"applications:org.kde.dolphin.desktop"
"applications:firefox.desktop"
"applications:org.kde.konsole.desktop"
"applications:org.keepassxc.KeePassXC.desktop"
];
};
}
"org.kde.plasma.marginsseparator"
{
systemTray.items = {
shown = [
"org.kde.plasma.bluetooth"
"org.kde.plasma.battery"
"org.kde.plasma.networkmanagement"
"org.kde.plasma.volume"
];
};
}
"org.kde.plasma.digitalclock"
];
}
];
}