This commit is contained in:
암냥 2026-07-07 09:45:04 +09:00
commit 04c9007f08
No known key found for this signature in database
14 changed files with 389 additions and 59 deletions

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, lib, ... }:
let
assets = "${inputs.self}/assets";
in
@ -9,6 +9,8 @@ in
theme = "pjsk-cursor-n25-ena-ani";
};
programs.plasma.workspace.colorScheme = lib.mkForce "KawaDark";
programs.plasma.workspace.wallpaper = "${assets}/wallpaper/wallpaper1.jpg";
programs.plasma.kscreenlocker.appearance.wallpaper = "${assets}/wallpaper/wallpaper3.png";