test
This commit is contained in:
parent
d8048b5137
commit
76414bc257
@ -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; };
|
||||
|
||||
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user