diff --git a/common/oceanmountains.png b/common/oceanmountains.png new file mode 100644 index 0000000..d0c3e1a Binary files /dev/null and b/common/oceanmountains.png differ diff --git a/common/system.nix b/common/system.nix index e061d55..a457a93 100644 --- a/common/system.nix +++ b/common/system.nix @@ -4,7 +4,7 @@ globals, ... }: { - stylix.image = pkgs.fetchurl globals.wallpapers.current; + stylix.image = globals.wallpapers.current; stylix.polarity = "dark"; environment.pathsToLink = ["/share/zsh"]; diff --git a/common/wallpapers.nix b/common/wallpapers.nix index 0ef33fe..17a957b 100644 --- a/common/wallpapers.nix +++ b/common/wallpapers.nix @@ -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; } diff --git a/nixos/hosts/zeus.nix b/nixos/hosts/zeus.nix index 00756f2..00e8fb3 100644 --- a/nixos/hosts/zeus.nix +++ b/nixos/hosts/zeus.nix @@ -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"