From b0587b6d5a2abb49b6e36fc78a88bfd7d2789917 Mon Sep 17 00:00:00 2001 From: shinya Date: Sat, 25 Oct 2025 11:35:30 +0200 Subject: [PATCH] fix revert --- flake.nix | 1 - mate-xp-config.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 119eeb5..47ef790 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - windows-theme.url = "git+https://gitea.homework.zip/shinya/Windows-Theme-Flake"; }; diff --git a/mate-xp-config.nix b/mate-xp-config.nix index 3fe1096..d8fc8b0 100644 --- a/mate-xp-config.nix +++ b/mate-xp-config.nix @@ -3,6 +3,7 @@ lib, pkgs, system, + self, ... }: { @@ -14,7 +15,7 @@ boot.loader = { plymouth = { theme = "xp"; - themePackages = [ inputs.windows-theme.packages.${system}.windows-xp-plymouth ]; + themePackages = [ self.packages.${system}.windows-xp-plymouth ]; }; };