Changed KDE plasma theme and configured Kitty as Terminal

This commit is contained in:
2025-10-15 14:50:38 +02:00
parent 713c60bc02
commit 820c7b4454
13 changed files with 379 additions and 16 deletions

View File

@ -4,12 +4,12 @@
#To show logs of services run: journalctl --user-unit={service-name} --user
systemd.user.services.set-wallpaper = {
enable = true;
enable = false;
description = "Set KDE Plasma wallpaper";
#after = [ "plasma-desktop.service" ];
wantedBy = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = [ "/run/current-system/sw/bin/plasma-apply-wallpaperimage /etc/nixos/other/wallpaper.png" ];
ExecStart = [ "/run/current-system/sw/bin/plasma-apply-wallpaperimage /etc/nixos/other/wallpaper2.png" ];
Type = "oneshot";
Restart = "on-failure";