direct add wallpaper to flake

This commit is contained in:
2024-02-09 21:24:20 +08:00
parent 6672ea7f4f
commit 61d7db84ba
5 changed files with 7 additions and 19 deletions

17
flake.lock generated
View File

@@ -1305,22 +1305,6 @@
"type": "github"
}
},
"nixos-wallpaper": {
"flake": false,
"locked": {
"lastModified": 1707468537,
"narHash": "sha256-JcigJOb2yt7Vrdr91ccgYhRucm7zURIZEiaPNkuVhRc=",
"ref": "refs/heads/main",
"rev": "1240affcd31ec8e7fee869590533574011a1e974",
"revCount": 1,
"type": "git",
"url": "ssh://gitea@ssh.git.chn.moe/chn/nixos-wallpaper.git"
},
"original": {
"type": "git",
"url": "ssh://gitea@ssh.git.chn.moe/chn/nixos-wallpaper.git"
}
},
"nixpak": {
"inputs": {
"flake-parts": "flake-parts_4",
@@ -1832,7 +1816,6 @@
"nixd": "nixd",
"nixos-cn": "nixos-cn",
"nixos-hardware": "nixos-hardware",
"nixos-wallpaper": "nixos-wallpaper",
"nixpak": "nixpak",
"nixpkgs": "nixpkgs_2",
"nixpkgs-2305": "nixpkgs-2305",

View File

@@ -59,7 +59,6 @@
v-sim = { url = "gitlab:l_sim/v_sim"; flake = false; };
win11os-kde = { url = "github:yeyushengfan258/Win11OS-kde"; flake = false; };
fluent-kde = { url = "github:vinceliuice/Fluent-kde"; flake = false; };
nixos-wallpaper = { url = "git+ssh://gitea@ssh.git.chn.moe/chn/nixos-wallpaper.git"; flake = false; };
};
outputs = inputs:

View File

@@ -17,7 +17,7 @@ inputs:
cursorTheme = "Breeze_Snow";
lookAndFeel = "com.github.vinceliuice.Fluent-round-light";
iconTheme = "breeze";
wallpaper = "${inputs.topInputs.nixos-wallpaper}/pixiv-96734339-x2.png";
wallpaper = ./wallpaper/pixiv-96734339-x2.png;
};
configFile =
{

Binary file not shown.

Binary file not shown.