Skip to content

Commit ecad65d

Browse files
committed
Add wallpaper
1 parent f5d9942 commit ecad65d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/stylix/default.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88

99
image =
1010
let
11-
carinaNebula = builtins.fetchurl {
11+
carina-nebula = builtins.fetchurl {
1212
url = "https://stsci-opo.org/STScI-01GA6KKWG229B16K4Q38CH3BXS.png";
1313
sha256 = "sha256:1a9lg35i4ipb7msp65gwlgf9al85idfvb8zfmgh7dwd39xvbd7z8";
1414
};
1515
nord-valley = "${inputs.nordic-wallpapers}/wallpapers/nord_valley.png";
16+
mountain-cabin = builtins.fetchurl {
17+
url = "https://raw.githubusercontent.com/mcwitt/art/b406c51aa6f41856b2e76b558eac8f1c8eb79512/mountain-cabin.png";
18+
sha256 = "sha256:0lc8177x7msa06k4s1v9slqm4ap5rc6gpc8d2ck3km4xx7bn3x9g";
19+
};
1620
in
17-
nord-valley;
21+
mountain-cabin;
1822

1923
fonts = {
2024
monospace = {

0 commit comments

Comments
 (0)