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, globals,
... ...
}: { }: {
stylix.image = pkgs.fetchurl globals.wallpapers.current; stylix.image = globals.wallpapers.current;
stylix.polarity = "dark"; stylix.polarity = "dark";
environment.pathsToLink = ["/share/zsh"]; environment.pathsToLink = ["/share/zsh"];

View file

@ -19,6 +19,7 @@ rec {
url = "https://w.wallhaven.cc/full/z8/wallhaven-z87xmg.jpg"; url = "https://w.wallhaven.cc/full/z8/wallhaven-z87xmg.jpg";
sha256 = "sha256-NklTjeU/mrPCZVYNvxGMR8KrCM/bUVoEYN4FrDnlUO8="; 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 # build of normal noto emoji fonts fails on darwin
stylix.fonts.emoji.package = pkgs.noto-fonts-emoji-blob-bin; 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 = { homebrew = {
enable = true; enable = true;
brews = [ brews = [
@ -33,11 +29,13 @@
taps = ["qmk/qmk"]; taps = ["qmk/qmk"];
casks = [ casks = [
"UTM" "UTM"
"arduino-ide"
"blackhole-16ch" "blackhole-16ch"
"blobsaver" "blobsaver"
"discord" "discord"
"homebrew/cask-versions/firefox-esr" "homebrew/cask-versions/firefox-esr"
"nordvpn" "nordvpn"
"rstudio"
"obs" "obs"
"steam" "steam"
"thunderbird" "thunderbird"