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

BIN
plasma/NixOS-1.0.0.knsv Normal file

Binary file not shown.

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";

View File

@ -46,7 +46,12 @@ in
# Enable the KDE Plasma Desktop Environment.
services.desktopManager.plasma6.enable = true;
environment.plasma6.excludePackages = with pkgs; [
# kdePackages.konsole #Using Kitty instead
kdePackages.elisa
];
environment.systemPackages = with pkgs; [
# (pkgs.writeTextDir "share/sddm/themes/breeze/theme.conf.user" ''
# [General]

View File

@ -1,8 +1,8 @@
source /etc/nixos/other/colors.sh
FLAG_FILE="/home/cookiez/.flags/theme-flag"
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/theme.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/NixOS-1.0.0.knsv
/run/current-system/sw/bin/konsave -i /etc/nixos/plasma/NixOS-1.0.0.knsv
/run/current-system/sw/bin/konsave -a theme
progress_bar() {