Skip to content

Commit

Permalink
Add wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Dec 30, 2023
1 parent bb00655 commit 3c2fcbc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/stylix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@

image =
let
carinaNebula = builtins.fetchurl {
carina-nebula = builtins.fetchurl {
url = "https://stsci-opo.org/STScI-01GA6KKWG229B16K4Q38CH3BXS.png";
sha256 = "sha256:1a9lg35i4ipb7msp65gwlgf9al85idfvb8zfmgh7dwd39xvbd7z8";
};
nord-valley = "${inputs.nordic-wallpapers}/wallpapers/nord_valley.png";
mountain-cabin = builtins.fetchurl {
url = "https://github.com/mcwitt/art/blob/b406c51aa6f41856b2e76b558eac8f1c8eb79512/mountain-cabin.png";
sha256 = "sha256:0s7vsqx4qknyfq871a3rkwarxifmqdz05j4k03xhm6q6wkmfqj37";
};
in
nord-valley;
mountain-cabin;

fonts = {
monospace = {
Expand Down

0 comments on commit 3c2fcbc

Please sign in to comment.