Changes wallpaper

This commit is contained in:
willemml 2024-01-26 09:40:01 -08:00
parent 9d89fa5d82
commit b4b0e541c4
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
4 changed files with 5 additions and 6 deletions

BIN
common/oceanmountains.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

View file

@ -4,7 +4,7 @@
globals,
...
}: {
stylix.image = pkgs.fetchurl globals.wallpapers.current;
stylix.image = globals.wallpapers.current;
stylix.polarity = "dark";
environment.pathsToLink = ["/share/zsh"];

View file

@ -19,6 +19,7 @@ rec {
url = "https://w.wallhaven.cc/full/z8/wallhaven-z87xmg.jpg";
sha256 = "sha256-NklTjeU/mrPCZVYNvxGMR8KrCM/bUVoEYN4FrDnlUO8=";
};
oceanmountains = ./oceanmountains.png;
current = italymountains;
current = oceanmountains;
}

View file

@ -19,10 +19,6 @@
# build of normal noto emoji fonts fails on darwin
stylix.fonts.emoji.package = pkgs.noto-fonts-emoji-blob-bin;
system.activationScripts.extraActivation.text = ''
osascript -e 'tell application "System Events" to tell every desktop to set picture to "${config.stylix.image}"'
'';
homebrew = {
enable = true;
brews = [
@ -33,11 +29,13 @@
taps = ["qmk/qmk"];
casks = [
"UTM"
"arduino-ide"
"blackhole-16ch"
"blobsaver"
"discord"
"homebrew/cask-versions/firefox-esr"
"nordvpn"
"rstudio"
"obs"
"steam"
"thunderbird"