From 924e66038d9488f63321854ced6188bb13f9d054 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:34:33 +0200 Subject: [PATCH] use on laptop --- systems/laptop/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/laptop/configuration.nix b/systems/laptop/configuration.nix index c2e1d6b..d04a249 100644 --- a/systems/laptop/configuration.nix +++ b/systems/laptop/configuration.nix @@ -58,8 +58,8 @@ shared.enable = true; stylix = { enable = true; - base16Scheme = import ../../modules/themes/tsukasa.nix; - image = ../../tsukasa.jpg; + base16Scheme = import ../../modules/themes/ina.nix; + image = ../../wallpaper/ina.jpg; }; }; };