From 76414bc257ce3d1ea056967801ea042f84ef3982 Mon Sep 17 00:00:00 2001 From: shinya Date: Sat, 25 Oct 2025 11:32:45 +0200 Subject: [PATCH] test --- flake.nix | 4 +++- mate-xp-config.nix | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ca70dff..119eeb5 100644 --- a/flake.nix +++ b/flake.nix @@ -3,9 +3,11 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; + windows-theme.url = "git+https://gitea.homework.zip/shinya/Windows-Theme-Flake"; }; - outputs = { self, nixpkgs }: + + outputs = { self, nixpkgs, ... }@inputs: let system = "x86_64-linux"; pkgs = import nixpkgs { inherit system; }; diff --git a/mate-xp-config.nix b/mate-xp-config.nix index d8fc8b0..3fe1096 100644 --- a/mate-xp-config.nix +++ b/mate-xp-config.nix @@ -3,7 +3,6 @@ lib, pkgs, system, - self, ... }: { @@ -15,7 +14,7 @@ boot.loader = { plymouth = { theme = "xp"; - themePackages = [ self.packages.${system}.windows-xp-plymouth ]; + themePackages = [ inputs.windows-theme.packages.${system}.windows-xp-plymouth ]; }; };