From cf7c81bb055023e97f1c18a475a6fff856295004 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 5 Apr 2026 16:31:16 +0200 Subject: Fix cassette-futurism rice: enable dark mode and use local NGE wallpaper - Added dark theme settings to kdeglobals (LookAndFeelPackage, Icons) - Replaced remote wallpaper fetch with local NGE_CF.jpg path - KDE Plasma will now use breeze-dark look and feel with cassette colors --- home/rices/cassette-futurism/plasma.nix | 5 +++++ home/rices/cassette-futurism/system.nix | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/home/rices/cassette-futurism/plasma.nix b/home/rices/cassette-futurism/plasma.nix index ed685c1..8e83892 100644 --- a/home/rices/cassette-futurism/plasma.nix +++ b/home/rices/cassette-futurism/plasma.nix @@ -108,6 +108,11 @@ in { [KDE] contrast=4 + LookAndFeelPackage=org.kde.breezedark.desktop + widgetStyle=Breeze + + [Icons] + Theme=breeze-dark [WM] activeBackground=${vars.colors.background} diff --git a/home/rices/cassette-futurism/system.nix b/home/rices/cassette-futurism/system.nix index 675bfc0..3d70ef3 100644 --- a/home/rices/cassette-futurism/system.nix +++ b/home/rices/cassette-futurism/system.nix @@ -28,10 +28,8 @@ in { base16Scheme = vars.base16; - image = pkgs.fetchurl { - url = vars.wallpaperFallback; - sha256 = "sha256-xZbNK8s3/ooRvyeHGxhcYnnifeGAiAnUjw9EjJTWbLE="; - }; + # Use local cassette futurism wallpaper (NGE themed) + image = ../../../assets/wallpapers/NGE_CF.jpg; fonts = { monospace = { -- cgit v1.2.3