chore: update wallpaper

This commit is contained in:
Youwen Wu 2025-05-27 14:48:27 -07:00
parent b4ea8ae2d2
commit 8fba9f8c68
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 23 additions and 4 deletions

17
flake.lock generated
View file

@ -872,6 +872,7 @@
"ucode": "ucode",
"valkyrie": "valkyrie",
"viminal": "viminal",
"wallpapers": "wallpapers",
"zen-browser": "zen-browser",
"zenTyp": "zenTyp"
}
@ -1198,6 +1199,22 @@
"type": "github"
}
},
"wallpapers": {
"flake": false,
"locked": {
"lastModified": 1748382155,
"narHash": "sha256-90oLSTRdATyBd5xNZJZSIVy+BmVe8GX+YZs4IwE2UKs=",
"owner": "youwen5",
"repo": "wallpapers",
"rev": "e7f3fbf486f7ac3540a0e2f5847b796b81525669",
"type": "github"
},
"original": {
"owner": "youwen5",
"repo": "wallpapers",
"type": "github"
}
},
"zen-browser": {
"inputs": {
"nixpkgs": [

View file

@ -107,6 +107,11 @@
url = "github:youwen5/valkyrie";
inputs.nixpkgs.follows = "nixpkgs";
};
wallpapers = {
url = "github:youwen5/wallpapers";
flake = false;
};
};
outputs =

View file

@ -149,10 +149,7 @@
environment.etc."specialisation".text = "dawn";
environment.etc.polarity.text = "dawn";
liminalOS.theming = {
wallpaper = pkgs.fetchurl {
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7x7x.jpg";
hash = "sha256-C1MdokXeiEPXeTnestKJjpKBDTdXED9Bx9JpDifAg0g=";
};
wallpaper = "${inputs.wallpapers}/d2/Etheric-Strands.jpg";
base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-light.yaml";
polarity = "light";
};