diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index b594845..e192c31 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -35,7 +35,7 @@ in { profiles = { default = { name = "default"; - # colorScheme = "Utterly-Nord-Konsole"; + colorScheme = "Layan"; font = { name = "Fira Code"; size = 10; @@ -66,24 +66,9 @@ in { }; programs.plasma = { - enable = false; + enable = true; overrideConfig = true; - # - # Some high-level settings: - # - workspace = { - clickItemTo = "select"; - #lookAndFeel = "com.github.vinceliuice.Layan"; - # theme = "Layan"; - # colorScheme = "Layan"; - cursor = { - theme = "Breeze"; - size = 24; - }; - wallpaper = "/home/jonas/.local/share/wallpaper/nord.png"; - }; - hotkeys.commands."launch-konsole" = { name = "Launch Konsole"; key = "Meta+Return"; @@ -95,20 +80,6 @@ in { { location = "bottom"; widgets = [ - # We can configure the widgets by adding the name and config - # attributes. For example to add the the kickoff widget and set the - # icon to "nix-snowflake-white" use the below configuration. This will - # add the "icon" key to the "General" group for the widget in - # ~/.config/plasma-org.kde.plasma.desktop-appletsrc. - { - name = "org.kde.plasma.kickoff"; - config = { - General = { - icon = "nix-snowflake-white"; - alphaSort = true; - }; - }; - } # Or you can configure the widgets by adding the widget-specific options for it. # See modules/widgets for supported widgets and options for these widgets. # For example: @@ -118,29 +89,6 @@ in { icon = "nix-snowflake-white"; }; } - # Adding configuration to the widgets can also for example be used to - # pin apps to the task-manager, which this example illustrates by - # pinning dolphin and konsole to the task-manager by default with widget-specific options. - { - iconTasks = { - launchers = [ - "applications:org.kde.dolphin.desktop" - "applications:org.kde.konsole.desktop" - ]; - }; - } - # Or you can do it manually, for example: - { - name = "org.kde.plasma.icontasks"; - config = { - General = { - launchers = [ - "applications:org.kde.dolphin.desktop" - "applications:org.kde.konsole.desktop" - ]; - }; - }; - } # If no configuration is needed, specifying only the name of the # widget will add them with the default configuration. "org.kde.plasma.marginsseparator" @@ -154,8 +102,8 @@ in { # some modifications in which entries to show. { digitalClock = { - calendar.firstDayOfWeek = "sunday"; - time.format = "12h"; + calendar.firstDayOfWeek = "monday"; + time.format = "24h"; }; } {