We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d9942 commit ecad65dCopy full SHA for ecad65d
modules/stylix/default.nix
@@ -8,13 +8,17 @@
8
9
image =
10
let
11
- carinaNebula = builtins.fetchurl {
+ carina-nebula = builtins.fetchurl {
12
url = "https://stsci-opo.org/STScI-01GA6KKWG229B16K4Q38CH3BXS.png";
13
sha256 = "sha256:1a9lg35i4ipb7msp65gwlgf9al85idfvb8zfmgh7dwd39xvbd7z8";
14
};
15
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
+ };
20
in
- nord-valley;
21
+ mountain-cabin;
22
23
fonts = {
24
monospace = {
0 commit comments