Complete switch to KDE organization stuff

This commit is contained in:
2026-04-25 17:28:02 +02:00
parent 36a17c377e
commit 98ddbb3e68
8 changed files with 70 additions and 59 deletions

View File

@@ -3,7 +3,7 @@
# AllowSuspend = "no";
AllowHybridSleep = "no";
AllowSuspendThenHibernate = "no";
HibernationMode = "shutdown";
# HibernationMode = "shutdown";
};
boot.kernelParams = [

View File

@@ -1,12 +1,5 @@
{
# Thunderbird
programs.thunderbird = {
enable = true;
profiles.default = {
# name = "Default";
isDefault = true;
};
};
accounts.calendar.basePath = ".local/share/calendar";
# Main calendar
accounts.calendar.accounts.Main = {

View File

@@ -213,8 +213,6 @@
"toolkit.telemetry.reportingpolicy.firstRun": false,
"zen.ui.migration.compact-mode-button-added": true,
"zen.ui.migration.version": 6,
"zen.updates.last-build-id": "20260315063056",
"zen.updates.last-version": "1.19.3b",
"zen.urlbar.behavior": "normal",
"zen.urlbar.suggestions-learner": "{\"Browser:Screenshot\":-3,\"cmd_close\":-1,\"Browser:ReloadSkipCache\":-3,\"zen:extension-{446900e4-71c2-419f-a6a7-df9c091e268b}\":-1,\"Tools:Addons\":-1,\"cmd_zenNewEmptySplit\":-3,\"Tools:PrivateBrowsing\":-1,\"cmd_find\":-1,\"Browser:Reload\":-1,\"Browser:NextTab\":-1,\"cmd_zenNewNavigatorUnsynced\":-1}",
"zen.view.compact.enable-at-startup": true,
@@ -225,5 +223,6 @@
"zen.workspaces.continue-where-left-off": true,
"zen.workspaces.hide-default-container-indicator": false,
"zen.workspaces.separate-essentials": false,
"zen.updates.show-update-notification": false,
"toolkit.legacyUserProfileCustomizations.stylesheets": true
}

View File

@@ -1,8 +1,7 @@
{ inports, pkgs, ... }:
{ inputs, pkgs, ... }:
{
environment.plasma6.excludePackages = with pkgs.kdePackages; [
elisa
kwrite
kate
okular
];
@@ -17,11 +16,11 @@
programs.kde-pim = {
enable = true;
kmail = true;
kontact = true;
# kontact = true;
merkuro = true;
};
environment.systemPackages = with pkgs.kdePackages; [
korganizer
];
# environment.systemPackages = with pkgs.kdePackages; [
# korganizer
# ];
}

View File

@@ -3,16 +3,4 @@
# enable = true;
# immutableByDefault = true;
# };
packages.pimsync.enable = true;
services.pimsync.enable = true;
# Main calendar
accounts.calendar.accounts.Main.pimsync.enable = true;
# Zadania
accounts.calendar.accounts.Zadania.pimsync.enable = true;
# Lekarze
accounts.calendar.accounts.Lekarze.pimsync.enable = true;
}