Add thinkpad to syncthing peers
This commit is contained in:
parent
765e80c978
commit
8d0753fd0a
4 changed files with 40 additions and 7 deletions
|
|
@ -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"
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,13 +32,16 @@
|
|||
"hs" = {
|
||||
id = "GH5D3DJ-PAGKBL6-3VDZJRT-QG4ZMRD-GHCCA3Y-HM2H5CE-NAMJYRR-VHLOOQH";
|
||||
};
|
||||
"thinkpad" = {
|
||||
id = "OMZKASU-QPZDCQ2-7QRHRD4-3TPAXLM-AYRMWXB-A6E5OIZ-MGR422V-JYARQA6";
|
||||
};
|
||||
};
|
||||
|
||||
# Define shared folders
|
||||
folders = {
|
||||
"Credentials" = {
|
||||
path = "~/Credentials";
|
||||
devices = [ "ipad" "mba" "iphone" "imac" "hs" ];
|
||||
devices = [ "ipad" "mba" "iphone" "imac" "hs" "thinkpad" ];
|
||||
ignorePerms = true;
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
|
@ -50,7 +53,7 @@
|
|||
};
|
||||
"Documents" = {
|
||||
path = "~/Documents";
|
||||
devices = [ "mba" "imac" "hs" ];
|
||||
devices = [ "mba" "imac" "hs" "thinkpad" ];
|
||||
ignorePerms = true;
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
|
@ -62,7 +65,7 @@
|
|||
};
|
||||
"Obsidian" = {
|
||||
path = "~/Obsidian";
|
||||
devices = [ "ipad" "mba" "iphone" "imac" "hs" ];
|
||||
devices = [ "ipad" "mba" "iphone" "imac" "hs" "thinkpad" ];
|
||||
ignorePerms = true;
|
||||
versioning = {
|
||||
type = "staggered";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue