mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Changes wallpaper
This commit is contained in:
parent
9d89fa5d82
commit
b4b0e541c4
4 changed files with 5 additions and 6 deletions
BIN
common/oceanmountains.png
Normal file
BIN
common/oceanmountains.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
|
@ -4,7 +4,7 @@
|
|||
globals,
|
||||
...
|
||||
}: {
|
||||
stylix.image = pkgs.fetchurl globals.wallpapers.current;
|
||||
stylix.image = globals.wallpapers.current;
|
||||
stylix.polarity = "dark";
|
||||
|
||||
environment.pathsToLink = ["/share/zsh"];
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue